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

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -