When you create a recordset does it automatically move you to the first record?
Or do you have to put:
Rs1.MoveFirst
I have a recordset created that may produce 0 results... there for I get an Eof, BOF error if i use rs1.movefirst ...
What would be the proper way to move around this?
Bill
Or do you have to put:
Rs1.MoveFirst
I have a recordset created that may produce 0 results... there for I get an Eof, BOF error if i use rs1.movefirst ...
What would be the proper way to move around this?
Bill