RaunLGoode
Registered User.
- Local time
- Today, 07:39
- Joined
- Feb 18, 2004
- Messages
- 122
I have a select query that creates a list of time charges for each project the employee worked on in a given week. This is used to generate a weekly time sheet.
The query asks the user for the employees ID # and the week ending dateand returns a list of time charges that meet the criteria.
I tested the query and it worked fine on the original employee # and Date.
Next I modified the data in the table that the Query interrogates, (different dates &/or different ID #s) the query doesn't return anything for any new criteria. I am sure I didn't mis-type the criteria and I know the table has been updated with data that should match the criteria. If I change the Data in the Table Back to the criteria in the original Query the update is correct.
This is bound to be a rookie mistake; can somebody out there straighten me out?
The query asks the user for the employees ID # and the week ending dateand returns a list of time charges that meet the criteria.
I tested the query and it worked fine on the original employee # and Date.
Next I modified the data in the table that the Query interrogates, (different dates &/or different ID #s) the query doesn't return anything for any new criteria. I am sure I didn't mis-type the criteria and I know the table has been updated with data that should match the criteria. If I change the Data in the Table Back to the criteria in the original Query the update is correct.
This is bound to be a rookie mistake; can somebody out there straighten me out?