Select first five letters

A

acss

I have an invoice table and i only want to have my query select only the
invoices that begin with south. How do i design this?
 
R

RonaldoOneNil

Set the criteria for the invoices field in your query design to

Like "South*"
 
Top