Hey I have created a recordset and need to search through it for values, it only has one column. I would just search sql, but I would have to do it about 3000 times everytime the script is run, so I would rather search through my record set.
Thanks!
Printable View
Hey I have created a recordset and need to search through it for values, it only has one column. I would just search sql, but I would have to do it about 3000 times everytime the script is run, so I would rather search through my record set.
Thanks!
Start a loop with a check on EOF for the recordset. What part of the code are you having problems with?