A
Arturo
I have a table with Locations listed. When an order comes into the database
it is qualified by the Location table. The location, along with corresponding
fields, is then appended to an Orders table.
However, there are some orders that do not match up with the Location table
and I have no way of getting them to fit into that table because of factors
that constantly change. Once in the Orders table, I need to identify them.
All of these will start with the letter A or B and will be followed by the
number 1 thru 8. Examples are: A1, A2, B1, B2, etc. If it starts with the
letter A or B and is followed by the number 1 thru 8, I need to identify it.
How do I do that using Like in the criteria field of a query?
Thank you.
it is qualified by the Location table. The location, along with corresponding
fields, is then appended to an Orders table.
However, there are some orders that do not match up with the Location table
and I have no way of getting them to fit into that table because of factors
that constantly change. Once in the Orders table, I need to identify them.
All of these will start with the letter A or B and will be followed by the
number 1 thru 8. Examples are: A1, A2, B1, B2, etc. If it starts with the
letter A or B and is followed by the number 1 thru 8, I need to identify it.
How do I do that using Like in the criteria field of a query?
Thank you.