MattWhiteley
Registered User.
- Local time
- Today, 03:01
- Joined
- Jun 10, 2015
- Messages
- 16
Simple version: Any new data I add to my database isn't showing up when I run a query.
Longer version: I've noticed it on 2 queries. One which is my ChargerSearch query with the field name:
and the Criteria:
And my JobHistory Query which has multiple fields from many tables. With criteria only on the Charger_ID field "[Enter Charger ID]". Both work fine for data that was already there but any new data I've added isn't returning any results when I enter the correct values in the parameters. The data is definitely there in the appropriate tables, it just won't find it on the queries.
Any help?
Longer version: I've noticed it on 2 queries. One which is my ChargerSearch query with the field name:
Code:
ChargerSearch: "Charger ID: "+[Charger_ID]+" "+"Scheme Contract: "+[Scheme_Contract]+" "+"Nissan Serial Number: "+[Post_Serial_Number]+" "+"Client: "+[Client]+" "+"Site: "+[Site]
Code:
Like "*" & [Enter Search Term] & "*"
And my JobHistory Query which has multiple fields from many tables. With criteria only on the Charger_ID field "[Enter Charger ID]". Both work fine for data that was already there but any new data I've added isn't returning any results when I enter the correct values in the parameters. The data is definitely there in the appropriate tables, it just won't find it on the queries.
Any help?