J
jhicsupt
I have a report that I would like to prompt for criteria to determine whether
or not a checkbox gets checked.
I want to prompt the user for date of meeting.
Checkbox = includeckbox
If [DateofMeeting]=#6/18/2007#, then I want a check in [includeckbox],
otherwise do not put a check. The report is run off of a query, so if I put
=#6/18/2007# in the query criteria, it only limits the records to those
records that have #6/18/2007# in [DateofMeeting].
For those records that have dateofmeeting as 6/18/2007, the includeckbox
would be checked. For those records that do not have dateofmeeting as
6/18/2007, the includeckbox would not be checked.
Thanks in advance.
or not a checkbox gets checked.
I want to prompt the user for date of meeting.
Checkbox = includeckbox
If [DateofMeeting]=#6/18/2007#, then I want a check in [includeckbox],
otherwise do not put a check. The report is run off of a query, so if I put
=#6/18/2007# in the query criteria, it only limits the records to those
records that have #6/18/2007# in [DateofMeeting].
For those records that have dateofmeeting as 6/18/2007, the includeckbox
would be checked. For those records that do not have dateofmeeting as
6/18/2007, the includeckbox would not be checked.
Thanks in advance.