G
Guest
I have a table that I am trying to pull data from in where the table has many
fields. In one field my criteria is:
In (1455,4671,4743,4921,5882,7544,9125)
In another field my criteria is:
Criteria Like "*brake*"
Or Like "*caster*"
Like "*wheel*"
Like "*rigid*"
Like "*wheelbarrow*"
In my date field my criteria is:
Between [Enter Begin Date] And [Enter End Date]
For some reason, my query is pulling data from all dates in the table
regardless of what date I specify to pull from. I only want data from Dec of
2005, but the results include data from prior months as well. I have changed
the Criteria in the date field to:
Like "12/*/2005" -- with no luck and
Between "12/01/2005" And "12/31/2005" -- with no luck
Every time it pulls data from the whole date range included in the table.
The criteria in the other 2 fields is working fine, it's just the date that
is giving me trouble. Any suggestions?
I appreciate any help you could provide.
fields. In one field my criteria is:
In (1455,4671,4743,4921,5882,7544,9125)
In another field my criteria is:
Criteria Like "*brake*"
Or Like "*caster*"
Like "*wheel*"
Like "*rigid*"
Like "*wheelbarrow*"
In my date field my criteria is:
Between [Enter Begin Date] And [Enter End Date]
For some reason, my query is pulling data from all dates in the table
regardless of what date I specify to pull from. I only want data from Dec of
2005, but the results include data from prior months as well. I have changed
the Criteria in the date field to:
Like "12/*/2005" -- with no luck and
Between "12/01/2005" And "12/31/2005" -- with no luck
Every time it pulls data from the whole date range included in the table.
The criteria in the other 2 fields is working fine, it's just the date that
is giving me trouble. Any suggestions?
I appreciate any help you could provide.