JamieRhysEdwards
New member
- Local time
- Today, 05:24
- Joined
- Mar 26, 2022
- Messages
- 27
Hi all,
I'm getting a rather bizarre error when I tap the Refresh (set to All) button on the top ribbon. This is what it says:
One error which states:
After tapping OK, it then states two message boxes of the following issue:
This is a repurposed Asset Database template in MS Access if this helps. I just cannot seem to find this query at all when that button is pressed?
Thanks[/CODE]
I'm getting a rather bizarre error when I tap the Refresh (set to All) button on the top ribbon. This is what it says:
One error which states:
Code:
The record source 'SELECT -1 as [ID], '(Manage Filters)' as [Filter Name] FROM Filters UNION SELECT "0" as [ID], "(Clear Filter)" as [Filter ..."specified for this form or report does not exist.
The name of the recordsource may be mispelled, the recordsource was deleted or renamed, or the recordsource exists in a different database.
In Form or Report's Design View or Layout View, display the property sheet by clicking the Properties button, and then set the RecordSource property to an existing table or query.
After tapping OK, it then states two message boxes of the following issue:
Code:
The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect.
This is a repurposed Asset Database template in MS Access if this helps. I just cannot seem to find this query at all when that button is pressed?
Thanks[/CODE]