recordset errors

C

Crystal

I've got a module that access who's logged into a
database. Using ADO, it writes these records to
tblUsers. On the form:
1) the user selects a database from the openfile dialog
2) a delete query clears out the old records from tblUsers
3) the module is called to populate tblUsers
4) the subform (data source tblUsers) is requeried to
reflect all of the records in tblUsers.

Sometimes this works, most often it does not. The form
doesn't update and tests on the recordset show that BOF
and EOF are both true even though there are records in the
table.

What am I doing wrong?

Any suggestions?
Crystal
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top