I've created a simple query where I'm trying to extract only records with transaction date less than or equal to 9/1/2008. The query criteria asks for records where the transaction date is less than a form textbox date.
The query outputs records that do not meet the criteria. Why ?
<= [Forms]![SELECT REPORTING DATES]![box_transdate]
The query outputs records that do not meet the criteria. Why ?
<= [Forms]![SELECT REPORTING DATES]![box_transdate]
Last edited: