N
Neill M. Pinkney
Hi
Access 2000 NT 4.0
I have a form containing a button that runs a report based
on a query and two unbound edit boxes StartDate and
EndDate. Both have an input mask 00/00/0000;0;_ and are
formatted as ShortDate. StartDate has a default value
=DateSerial(Year(Date()),Month(Date()),1)). Enddate has a
default value Date().
In the query I have a criteria for the date:-
Between Forms![formname]![StartDate] and Forms![formname]!
[EndDate].
Why will it not pull up data that falls in the range?
TIA
Access 2000 NT 4.0
I have a form containing a button that runs a report based
on a query and two unbound edit boxes StartDate and
EndDate. Both have an input mask 00/00/0000;0;_ and are
formatted as ShortDate. StartDate has a default value
=DateSerial(Year(Date()),Month(Date()),1)). Enddate has a
default value Date().
In the query I have a criteria for the date:-
Between Forms![formname]![StartDate] and Forms![formname]!
[EndDate].
Why will it not pull up data that falls in the range?
TIA