Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Searching for two charcters only 1

Status
Not open for further replies.

balllian

MIS
Jan 26, 2005
150
GB
is there a way in access to look for characters which are two or less in length.

The problem is that the postcode field in some instances has become truncated and only appears as 'LL' and not 'LL3'. Is there a way of picking up a string which is only two characters in length.

Thanks in advance. Im struggling with this must be a friday afternoon thing.

Thanks for any help you can provide me with this.
 
Create a query on your table.
For the postcode field set the criteria to:
Like "??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top