sinistapenguin
Technical User
Hi
Can anyone help me with this relatively simple question?
I would like to display on a page a repeating region which shows all records that are between 2 dates.
I was thinking of having a form where you enter StartDate and EndDate and the records shown below this form are only those that appear between these dates.
I know there is a WHERE rsRecordDate IN... statement, but I don't know how to use it.
I didn't knwo if you can do WHERE rsRecordDate > varStartDate and rsRecordDate < varEndDate.
Can someone out there give me some pointers.
NB. The database is MSAccess and the dates are stored as ShortDate format.
Thanks again
Sinista
Can anyone help me with this relatively simple question?
I would like to display on a page a repeating region which shows all records that are between 2 dates.
I was thinking of having a form where you enter StartDate and EndDate and the records shown below this form are only those that appear between these dates.
I know there is a WHERE rsRecordDate IN... statement, but I don't know how to use it.
I didn't knwo if you can do WHERE rsRecordDate > varStartDate and rsRecordDate < varEndDate.
Can someone out there give me some pointers.
NB. The database is MSAccess and the dates are stored as ShortDate format.
Thanks again
Sinista