M
Mike Moncur
Form.Recordset = "Select* from table"
I can't move past the 49th record with out a runtime error.
I can't move past the 49th record with out a runtime error.
Mike Moncur said:Form.Recordset = "Select* from table"
I can't move past the 49th record with out a runtime error.
I figured this out my self.-----Original Message-----
Form.Recordset = "Select* from table"
I can't move past the 49th record with out a runtime error.
.
Mike Moncur said:I figured this out my self.
A recordset with a large number of records takes some time
to return all the records. Do not set a bookmark until all
the records have been received.