B
Billp
I have a list of numbers
G898.....G999 letter followed by 3 digits
G1000 ...........G1200 letter followed by 4 digits
How do I trim /remove the letter to leave the numbers?
The letter can be any alpha.
Is it possible to do this in a simple update query?
Next question
I want to filter out G### and G#### where the G can be any letter
I currently have Like "G###" Or Like "G####" which gives me the list - I
feel it is limiting for other possibilities
Id there a wild card for a letter?
Thank you for your consideration on this question
G898.....G999 letter followed by 3 digits
G1000 ...........G1200 letter followed by 4 digits
How do I trim /remove the letter to leave the numbers?
The letter can be any alpha.
Is it possible to do this in a simple update query?
Next question
I want to filter out G### and G#### where the G can be any letter
I currently have Like "G###" Or Like "G####" which gives me the list - I
feel it is limiting for other possibilities
Id there a wild card for a letter?
Thank you for your consideration on this question