Hi there
I have a 20 character string and I want to get the numbers from position 10 to 14 when they are equal to 5600
I did my access query in design mode as follows but I keep getting syntax errors
NumbA: Mid([fieldname],9,4)
under criteria I put 5600
Could someone please help and tell me what is wrong with that ?
I have a 20 character string and I want to get the numbers from position 10 to 14 when they are equal to 5600
I did my access query in design mode as follows but I keep getting syntax errors
NumbA: Mid([fieldname],9,4)
under criteria I put 5600
Could someone please help and tell me what is wrong with that ?
Comment