GingGangGoo
Registered User.
- Local time
- Today, 11:06
- Joined
- Dec 14, 2010
- Messages
- 121
After successfully building and using my Access app, suddenly I am getting "No Items to display" when I try to add data using a related items popup form.
I have checked all the tables and queries, and nothing has changed. The data is all intact, the queries pull all data together correctly, etc.
Related tables are: Contacts, Activities and ActivityContacts. ActivityContacts has lookups to the Activity Table (ActID) and the Contact Table (FullName), and Role (I defined)
Views are: Activities and New Activities (both basically the same except New is set to open to a new record) both are based on the Activity table. Both have a related item control based on ActivityContacts, with a popup of PartSlct.
PartSlct is a form that is based on ActivityContacts and has an autocomplete control from a query ContactsExtended so that I can choose any Contact to add.
When I open the form to update an existing activity with new participants, I can see existing participants and I can see and click the add link but the form that should open, PartSlct, is now returning the "No Items..." message.
The same thing happens when I create a new activity and try to add participants.
Can someone help me figure out what went wrong so I can get this working again. This is the main use for my app, and so we are dead-in-the-water, right now.
Thanks
I have checked all the tables and queries, and nothing has changed. The data is all intact, the queries pull all data together correctly, etc.
Related tables are: Contacts, Activities and ActivityContacts. ActivityContacts has lookups to the Activity Table (ActID) and the Contact Table (FullName), and Role (I defined)
Views are: Activities and New Activities (both basically the same except New is set to open to a new record) both are based on the Activity table. Both have a related item control based on ActivityContacts, with a popup of PartSlct.
PartSlct is a form that is based on ActivityContacts and has an autocomplete control from a query ContactsExtended so that I can choose any Contact to add.
When I open the form to update an existing activity with new participants, I can see existing participants and I can see and click the add link but the form that should open, PartSlct, is now returning the "No Items..." message.
The same thing happens when I create a new activity and try to add participants.
Can someone help me figure out what went wrong so I can get this working again. This is the main use for my app, and so we are dead-in-the-water, right now.
Thanks