J
Jake
Hi
I have a field in my query called [completionDate]
Depending on whether the user has clicked on the listbox value "Current" or
Next" I wish to restrict the values to >=Date() and >=Date()+7 respectively.
What would I type into the 'Criteria' row of the query grid (or indeed the
SQL) to accomplish this?
I can refer to my forms listbox values as....
[Forms]![frm_report]![lst_Reports]="Current"
[Forms]![frm_report]![lst_Reports]="Next"
Many thanks
Jake
I have a field in my query called [completionDate]
Depending on whether the user has clicked on the listbox value "Current" or
Next" I wish to restrict the values to >=Date() and >=Date()+7 respectively.
What would I type into the 'Criteria' row of the query grid (or indeed the
SQL) to accomplish this?
I can refer to my forms listbox values as....
[Forms]![frm_report]![lst_Reports]="Current"
[Forms]![frm_report]![lst_Reports]="Next"
Many thanks
Jake