C
Col
Guest
Hi,
can anyone tell me how to enter the following
WHERE clause into a string in VBA?
[Request Date] BETWEEN (DateAdd("ww", -1, Forms![Weekly Summary]![cboWeek])) AND Forms![Weekly Summary]![cboWeek]
I need to store this as a string in order to set the form's filter from code.
Thanks in advance
can anyone tell me how to enter the following
WHERE clause into a string in VBA?
[Request Date] BETWEEN (DateAdd("ww", -1, Forms![Weekly Summary]![cboWeek])) AND Forms![Weekly Summary]![cboWeek]
I need to store this as a string in order to set the form's filter from code.
Thanks in advance