pauljkeenan
Programmer
Hi everyone,
I have been searching various sites to try and solve this problem but as of yet I cant find a solution. when I change the syntax I get a different error each time
Im trying to compare a string entered to a text box(via a popup calendar) and those in a table. But I get a syntax error - missing operator message everytime.
If Not IsNull(Me.txtStartDate) Then
strWhere = strWhere & " (qrySearchVisaSub.App Date) Like #" & Format(Me.txtStartDate, "dd-mmm-yyyy") & "# AND"
End If
any ideas? ive been mucking around with it but cant seem to solve it, oh no
any help will be very much appreciated
I have been searching various sites to try and solve this problem but as of yet I cant find a solution. when I change the syntax I get a different error each time
Im trying to compare a string entered to a text box(via a popup calendar) and those in a table. But I get a syntax error - missing operator message everytime.
If Not IsNull(Me.txtStartDate) Then
strWhere = strWhere & " (qrySearchVisaSub.App Date) Like #" & Format(Me.txtStartDate, "dd-mmm-yyyy") & "# AND"
End If
any ideas? ive been mucking around with it but cant seem to solve it, oh no
any help will be very much appreciated