I have 3 columns:
Jobtype (examples would be FA, FR, SP)
State (example AL, CA, FL)
Job# (1001, 1002 etc)
The 4th column is:
Jobstring
I want Jobstring to be the combination of data entered in Jobtype, State, Job#
so the Jobstring would look like this (in the perfect Access world)
FACA-1001
I can't figure out how to do this.