B
Brian
I need to find all records with a the field starting with the letter "S".
This table holds many records and there is a field that contains items
containing various locations, but starting with the letter S (i.e. SA101,
S345, 123ab, ss256, bcd...).
I want to end up only locating SA101, S345 and ss256.
What do I put into the sort routine to produce this?
This table holds many records and there is a field that contains items
containing various locations, but starting with the letter S (i.e. SA101,
S345, 123ab, ss256, bcd...).
I want to end up only locating SA101, S345 and ss256.
What do I put into the sort routine to produce this?