ScrmingWhisprs
I <3 Coffee Milk.
- Local time
- Today, 14:32
- Joined
- Jun 29, 2006
- Messages
- 156
I have a form that my users can create lists of volunteers based on criteria from their worker record.
The subform is based on one query that has for each searchable field, this criteria (as an example):
With the criteria being True.
My problem comes with Dates. The screenshot I attached shows Date Added and Date Modified as searchable criteria. The combobox before the Date search boxes contains Operators ie, =, >, <=, between. I'm not really sure what to put into the query to allow it to look at the date boxes appropriately.
Please help! Thanks
ScrmingWhisprs
The subform is based on one query that has for each searchable field, this criteria (as an example):
Code:
[WorkerType1]=[Forms]![frmCreateLists]![WorkerType1] Or [Forms]![frmCreateLists]![WorkerType1] Is Null
My problem comes with Dates. The screenshot I attached shows Date Added and Date Modified as searchable criteria. The combobox before the Date search boxes contains Operators ie, =, >, <=, between. I'm not really sure what to put into the query to allow it to look at the date boxes appropriately.
Please help! Thanks
ScrmingWhisprs