sql - I am working in access 2013 and I keep getting a syntax error for the FROM clause -
select customerid, customerfirstname, customerlastname, salesrepid tblcustomer "[cade]", "[cane]" order customerlastname;
put like
condition in where
clause
select customerid, customerfirstname, customerlastname, salesrepid tblcustomer [columnname] "cade" or [columnname] "cane" order customerlastname;
http://office.microsoft.com/en-001/access-help/use-like-criterion-to-locate-data-ha102809506.aspx
Comments
Post a Comment