G
G.
I am trying add two dashed line between six numbers. I am using an update
query to change the table but my "Update to" argument must be incorrect.
The field is called MR_# and the data in the field is currently 123456. But
I need it to be 12-34-56. I am using:
Left([MR_#],2) & "-" & Mid([MR_#],3,2) & "-" & Right([MR_#],2)
Can anyone help with what I am doing wrong?
Thank you.
query to change the table but my "Update to" argument must be incorrect.
The field is called MR_# and the data in the field is currently 123456. But
I need it to be 12-34-56. I am using:
Left([MR_#],2) & "-" & Mid([MR_#],3,2) & "-" & Right([MR_#],2)
Can anyone help with what I am doing wrong?
Thank you.