P
Phil
Hello,
I have a table (Main_Data) containing a string field (PID) that has 9
characters, with a sample value being 450895624. I have created a new field
(PID-4) that I only want the last 4 characters to show in, so the new field
would have the value: 5624 in it.
I believe this is a RIGHT function question, but am not sure. I thing that
the function needs to something like: RIGHT (PID,4), but don't know where to
go from there.
Also, if I wanted to do this in a select query, if I put "PID-4:" in the
'Field' box, what then would I put following the colon?
TIA!
Phil
I have a table (Main_Data) containing a string field (PID) that has 9
characters, with a sample value being 450895624. I have created a new field
(PID-4) that I only want the last 4 characters to show in, so the new field
would have the value: 5624 in it.
I believe this is a RIGHT function question, but am not sure. I thing that
the function needs to something like: RIGHT (PID,4), but don't know where to
go from there.
Also, if I wanted to do this in a select query, if I put "PID-4:" in the
'Field' box, what then would I put following the colon?
TIA!
Phil