I have a working A97 DB with a form that uses a query to display data. Users can add a record in this form by clicking a button which then does docmd.GoToRecord , , acNewRec. This has worked fine for a long time. Recently I split the DB. It seems that since then records are still added but other queries do not see the new records.
I.e., there are several other queries which select data from the same table and related tables and pass it to reports for display.
Running these queries directly shows the new records are not included.
Any suggestions what's wrong and how to fix it?
I.e., there are several other queries which select data from the same table and related tables and pass it to reports for display.
Running these queries directly shows the new records are not included.
Any suggestions what's wrong and how to fix it?