andy_dyer
Registered User.
- Local time
- Today, 19:22
- Joined
- Jul 2, 2003
- Messages
- 806
Hi,
I am using the following code but it opens the form blank instead of with the 10 records that are displayed in the query.
The query links to the same table as the form is linked to and only has one criteria for when one field is Null.
Any ideas why it is not working?

I am using the following code but it opens the form blank instead of with the 10 records that are displayed in the query.
The query links to the same table as the form is linked to and only has one criteria for when one field is Null.
Code:
DoCmd.OpenForm "frmPicture", acNormal, "qryMissingImage", acFormEdit, acWindowNormal
Any ideas why it is not working?