Hello, I am trying to create an easy way to update a file name column on an inherited table.
This will need to consist of two existing data fields already on the table and I am trying to see if I can make thing easier in the long run.
I have Job Title and Organization fields. and I am wanting to abbreviate Organization (there are 20 options).
The first thing I would like to accomplish with this is on my table, I'm thinking the best approach is to have a new column and create a query to state Org1=1, Org2=2 etc.
The only way I have been able to find/think of accomplishing this is via an imbedded IIF statement. Does anyone know of a way to accomplish this?
This will need to consist of two existing data fields already on the table and I am trying to see if I can make thing easier in the long run.
I have Job Title and Organization fields. and I am wanting to abbreviate Organization (there are 20 options).
The first thing I would like to accomplish with this is on my table, I'm thinking the best approach is to have a new column and create a query to state Org1=1, Org2=2 etc.
The only way I have been able to find/think of accomplishing this is via an imbedded IIF statement. Does anyone know of a way to accomplish this?