A
Azidano
I have a Microsoft Access query with 3 fields as follows
fldName:John Doe
fldPhone: 123-456-7890
fldAddress: 123 Sample Road
I would like to create a query that will create a fourth field
(fldPhoneExt) that would display only the last 4 digits of the field
fldPhone. For example: xxx-xx-7890.
How would I modify my query to calculate this expression?
fldName:John Doe
fldPhone: 123-456-7890
fldAddress: 123 Sample Road
I would like to create a query that will create a fourth field
(fldPhoneExt) that would display only the last 4 digits of the field
fldPhone. For example: xxx-xx-7890.
How would I modify my query to calculate this expression?