hockey8837
Registered User.
- Local time
- Today, 03:25
- Joined
- Sep 16, 2009
- Messages
- 106
Hi,
My DB is a 'Frankenstein' db of the Access templates for Students and Contacts. I have in it a form, 'Location List,' which displays all of my records just as the original templates had a 'Students' list, and a similar form, 'Contacts List'.
In my forms, I have a text box (or column, on the datasheet view) which many of the Access templates have; it is the 'Open' hyperlink that takes you to the details form of that record.
When I click this 'open', it does, in fact, open the correct record in the 'Details' form. However, when I close the 'Details' form, I see that this has generated an error in the parent 'List' form, in both the 'Contacts' and the 'Location'.
This error says:
What's going on and how do I fix it?
Thanks!
My DB is a 'Frankenstein' db of the Access templates for Students and Contacts. I have in it a form, 'Location List,' which displays all of my records just as the original templates had a 'Students' list, and a similar form, 'Contacts List'.
In my forms, I have a text box (or column, on the datasheet view) which many of the Access templates have; it is the 'Open' hyperlink that takes you to the details form of that record.
When I click this 'open', it does, in fact, open the correct record in the 'Details' form. However, when I close the 'Details' form, I see that this has generated an error in the parent 'List' form, in both the 'Contacts' and the 'Location'.
This error says:
However, both these forms are set to particular queries, and are displaying data properly.The record source 'SELECT "-1" as [ID],"(Manage Filters)" as [Filter Name] FROM Filters UNION SELECT "0" as [ID], "(Clear Filter)" as [Filter...' specified on this form or report does not exist.
The name of the recordsource may be misspelled, the recordsource was deleted or renamed, or the record source exists in a different database.
In the Form or Report's Design view, display the property sheet by clicking the Properties button, and then set the RecordSource property to an existing table or query.
What's going on and how do I fix it?
Thanks!