I have a database in Access 97 tracking land use. There is a combo box in which a user can select the transaction (Permit, Easement, Lease…). There are 6 options, limited to list. I want to have another field with a single-letter type/key based on the selection in the Transaction field.
For instance, the user selects Permit. I want another field (Type) that will enter a P (permit) or E (Easement) or L (lease), etc.
I don’t know how to use VB, so I’m hoping someone can tell me how to set this up so the user doesn’t have to remember to enter the letter code in the Type field – it is automatically entered based on the Transaction selected.
Thanks!