Hi, I am trying to figure out how to get my query to return the records I need based upon dates (2 dates) entered in a form.
For example:
The date field is "Entry Date"
I want to view all records entered between Jan 1 2002 and Jan 1 2003.
The Form is "frm Date Parameter"
Start Date is "Text0" the user will enter 01/01/2002
End Date is "Text2" the user will enter 01/01/2003
How do build the query to recognize that both dates are for the same table field (Entry Date) and return the correct records for viewing?
Going in 'greater than' and 'less than' circles...
For example:
The date field is "Entry Date"
I want to view all records entered between Jan 1 2002 and Jan 1 2003.
The Form is "frm Date Parameter"
Start Date is "Text0" the user will enter 01/01/2002
End Date is "Text2" the user will enter 01/01/2003
How do build the query to recognize that both dates are for the same table field (Entry Date) and return the correct records for viewing?
Going in 'greater than' and 'less than' circles...