knowledge76
Registered User.
- Local time
- Today, 20:08
- Joined
- Jan 20, 2005
- Messages
- 165
I am comparing two fields in a query like
[table1].[Prefix]=right([table2].[Prefix],3))
the prefix in table A look like AB123 or A123 or AC123 and in table2 like 1234. HOw can I the trim beginning if it is A,AB or AC? Any suggestions?
Thanks for your answers.
[table1].[Prefix]=right([table2].[Prefix],3))
the prefix in table A look like AB123 or A123 or AC123 and in table2 like 1234. HOw can I the trim beginning if it is A,AB or AC? Any suggestions?
Thanks for your answers.