Add record not showing in listbox first time form is used after form load

R

Robert Vivian

A table is in one mdb and the code in another mdb. I add a new record using
a recordset object, do the update, close the recordset and database, then
requery the listbox. The listbox is bound to one text field via the just
updated table attached to the mdb with the code. The first added record
after the form is loaded fails to display in the listbox though I can see
that the record was added by looking at the table in the database mdb. The
second add causes both records to display and all adds thereafter work
properly. Anyone have any ideas?
 

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