G
Guest
I get the following error message: Run Time 3075
Syntax error (missing operator) in querry expression '(area_jqharena = AND [MoveInDate] between #1/1/2004# AND $6/1/2004#)'
Here is the code I have in place:
strwhere = "area_JQHArena = " & True_ & " AND " & "[MoveInDate] between #" & Me.txtStartDate & "# AND #" & Me.txtEndDate & "#"
I am sure I made a typo somewhere. I just cant seem to find it
Any help you could give would be appreciated
Syntax error (missing operator) in querry expression '(area_jqharena = AND [MoveInDate] between #1/1/2004# AND $6/1/2004#)'
Here is the code I have in place:
strwhere = "area_JQHArena = " & True_ & " AND " & "[MoveInDate] between #" & Me.txtStartDate & "# AND #" & Me.txtEndDate & "#"
I am sure I made a typo somewhere. I just cant seem to find it
Any help you could give would be appreciated