M
Martijn
Hello all,
Need help with:
I've got a table (tblInput)with a date field (Date) some
other fields and a query (qryInput) .
I've also got a form (frmInputFilter) which has two
checkbox, four text boxes and a commandbutton
(printpreview).
chkbox 1 txtStartdate1 txtEnddate1
chkbox 2 txtStartdate2 txtEnddate2
Printpreview
What I need is the following:
The entered dates in the txtBoxes (start and end) need to
be used in the query to filter the dates in the table.
This is only accepted when the related chkbox is checked.
When the dates are entered and the chkbox is checked the
commandbutton has to be used to give a command to open the
query related to the entered dates.
So if dates are entered and the chkbox is checked the
commandbutton has to send a command to open the related
query if not checked the entered dates aren't to be send.
How do I do this?
Thanks,
Martijn
Need help with:
I've got a table (tblInput)with a date field (Date) some
other fields and a query (qryInput) .
I've also got a form (frmInputFilter) which has two
checkbox, four text boxes and a commandbutton
(printpreview).
chkbox 1 txtStartdate1 txtEnddate1
chkbox 2 txtStartdate2 txtEnddate2
Printpreview
What I need is the following:
The entered dates in the txtBoxes (start and end) need to
be used in the query to filter the dates in the table.
This is only accepted when the related chkbox is checked.
When the dates are entered and the chkbox is checked the
commandbutton has to be used to give a command to open the
query related to the entered dates.
So if dates are entered and the chkbox is checked the
commandbutton has to send a command to open the related
query if not checked the entered dates aren't to be send.
How do I do this?
Thanks,
Martijn