B
Brad Clarke
Hi all,
This is probably a very basic question, but it is late on a Friday
afternoon.
How do I select all the records that contain a specific text string in a
specific location?
What I want to do is:
Select all records that have a string SelString in the leftmost 3
characters.
ie,
Field = LoadNo
001-003
001-004
003-006
005-009
005-010
Want to select all records that have "005" as the first 3 characters.
I can select manually by defining the complete value for LoadNo, ie "LoadNo
= '005-009' LoadNo = '005-010'", but how do I get the equivalent to
Left(LoadNo,3) = "005"
Thanks
Brad Clarke
This is probably a very basic question, but it is late on a Friday
afternoon.
How do I select all the records that contain a specific text string in a
specific location?
What I want to do is:
Select all records that have a string SelString in the leftmost 3
characters.
ie,
Field = LoadNo
001-003
001-004
003-006
005-009
005-010
Want to select all records that have "005" as the first 3 characters.
I can select manually by defining the complete value for LoadNo, ie "LoadNo
= '005-009' LoadNo = '005-010'", but how do I get the equivalent to
Left(LoadNo,3) = "005"
Thanks
Brad Clarke