J
Jim Evans
Can someone please point me in the right direction to learn the proper
syntax for delimiting SQL strings?
I am working on a SQL string and I know thw SQL syntax is correct . I
believe that the text is not delimited properly.
This is the string giving me fits now:
Wrapping is from the news client. the entire string is entered on one line.
strSql = "select * from tblCustomers where LastName like '" & Me.txtLastName
& "*' And FirstName Like '" & Me.txtFirstName & "*'"""
delimiting SQL can be a bear but it seems that the delimiting in Access is
different and, at least to me, less understandable that, say, vbs and .asp.
Thanks for any help.
Jim Evans
syntax for delimiting SQL strings?
I am working on a SQL string and I know thw SQL syntax is correct . I
believe that the text is not delimited properly.
This is the string giving me fits now:
Wrapping is from the news client. the entire string is entered on one line.
strSql = "select * from tblCustomers where LastName like '" & Me.txtLastName
& "*' And FirstName Like '" & Me.txtFirstName & "*'"""
delimiting SQL can be a bear but it seems that the delimiting in Access is
different and, at least to me, less understandable that, say, vbs and .asp.
Thanks for any help.
Jim Evans