Microsoft
Software
Hardware
Network
Question : using three different where conditions to filter form
i need to filter a form based on 3 conditions...
i can get them to work in 2 different parts but not together... please advise.
my first filter is :
DoCmd.OpenForm "joblist", , , "[user] =" & Me.UserList
2nd filter is :
DoCmd.OpenForm "joblist", , , "[completedate] >= #" & Me.CompleteDateFrom & "# And [completedate] <= #" & Me.CompleteDateTo & "#"
Can anyone tell me how to get these in the same line. everytime i try i get Type Mismatch
Thanks
Wayne
Answer : using three different where conditions to filter form
Did you try:
DoCmd.OpenForm "joblist", , , "[user] =" & Me.UserList & " And [completedate] >= Me.CompleteDateFrom And [completedate] <= Me.CompleteDateTo
especially if those form controls are formatted as Date.
Random Solutions
How do you add a network share to DFS replication?
Logitech Wingman Force Joystick and Wheel not working with Vista 64-bit...help!!!
Form_Current or Form_Open
Set number of Clients in WSUS ?
Query to pull no service between certain time frame
Need to migrate from SBS 2008 to Windows 2008 and Exchange 2010
Convert DateTime to Float or another numeric value
SBS License service causing problems
How do copy only active window to clipboard in Windows XP?
viewing internat php page on apacher server through page viewer webpart