C
cottage6
I've inherited a database that needs changes, and haven't worked with Access
much lately and I'm stuck for an answer. I have a query that works just fine
that returns Region: 01, Region: 02, Region: 03, or Region: 04 depending on
what region a store is in. The database owner has requested corresponding
text with each Region which would be Region: 01 Western, Region: 02 Southern,
Region: 03 Northern, Region: 04 Central. I tried an update query but I can't
update the original table; not authorized (hugh central info tables that I'd
rather not touch/destroy so it's okay with me that I can't). I haven't
worked with SQL in awhile but I think I can do this using SQL. Is there any
other way? I tried creating another field and using expression builder with
an If statement, with no success. Feeling pretty stupid right now, would
really appreciate the help!
much lately and I'm stuck for an answer. I have a query that works just fine
that returns Region: 01, Region: 02, Region: 03, or Region: 04 depending on
what region a store is in. The database owner has requested corresponding
text with each Region which would be Region: 01 Western, Region: 02 Southern,
Region: 03 Northern, Region: 04 Central. I tried an update query but I can't
update the original table; not authorized (hugh central info tables that I'd
rather not touch/destroy so it's okay with me that I can't). I haven't
worked with SQL in awhile but I think I can do this using SQL. Is there any
other way? I tried creating another field and using expression builder with
an If statement, with no success. Feeling pretty stupid right now, would
really appreciate the help!