Hi,
I use an Access2000 ".adp" front end to add records to an SQL 7.0 database. My form's recordsource in a query involving four tables, two input parameters. Everything seems fine until I add records. It displays:
The data was added to the database but the data won't be displayed in the form because it doesn't satisfy the criteria in the underlying record source.
And true enough, the new records are not displayed. When I re-open the form, however, the new records are now displayed.
Why is this happening? How do I prevent this odd behavior?
Thanks in advance.
Ron
I use an Access2000 ".adp" front end to add records to an SQL 7.0 database. My form's recordsource in a query involving four tables, two input parameters. Everything seems fine until I add records. It displays:
The data was added to the database but the data won't be displayed in the form because it doesn't satisfy the criteria in the underlying record source.
And true enough, the new records are not displayed. When I re-open the form, however, the new records are now displayed.
Why is this happening? How do I prevent this odd behavior?
Thanks in advance.
Ron