G
Guest
In my database I have a search form with all the different categories and
drop down menus to choose from.
There is a place to fill in the Date from and Date to to search in regard to
the date the document that the record referes to was created.
In my main query I have
Field: Date
Table: Main [this is the only data table so its right!]
Criteria: >=[FORMS]![F1]![TEXT10] And <=[FORMS]![F1]![TEXT12]
But when I go to search for XYZ Client records between two dates.. nothing
comes up when I know there is a document in the main table I can find it
manually. It only comes up if I look up the date in the main table and then
type it in to both the date to and from field example I know there is a
document for XYZ Client created on 8/17/2004... it will only come up if I
search for XYZ Client 8/17/2004 to 8/17/2004.... if i move the start or end
date to expand the range of date my query doesn't find anything.... ANY
SUGGESTIONS?
drop down menus to choose from.
There is a place to fill in the Date from and Date to to search in regard to
the date the document that the record referes to was created.
In my main query I have
Field: Date
Table: Main [this is the only data table so its right!]
Criteria: >=[FORMS]![F1]![TEXT10] And <=[FORMS]![F1]![TEXT12]
But when I go to search for XYZ Client records between two dates.. nothing
comes up when I know there is a document in the main table I can find it
manually. It only comes up if I look up the date in the main table and then
type it in to both the date to and from field example I know there is a
document for XYZ Client created on 8/17/2004... it will only come up if I
search for XYZ Client 8/17/2004 to 8/17/2004.... if i move the start or end
date to expand the range of date my query doesn't find anything.... ANY
SUGGESTIONS?