Thanks Shawn, I am only using the code you provided above. I get everything to work except the printout of the records line by line. I believe there was a post immediatly after stating that he had the same issue. BTW: In case I forget later on Thanks for the code above!What I did to research was to echo the values of the recordset, fields, stamp, user id and they all show "0" and thus do not display.
Long story short, I am trying to use your code as a base to understand how to get where I want to go. That simply is a database of user info that can be updated as changes occur, for example add a field called SP to your code above, gather that data and add it Example 09:22:20 CTGreen SP4. Then I would like to find that record next time the script is ran and update if it has changed, SP5 for example.
I have not fully got the syntax of the ADO calls. Looked at the www site and the VB sytntax, but missed the transition thus far ;-(.
Let me know if you have any words of wisdom.
Also, thanks again...
CTG