dashingirish
Registered User.
- Local time
- Today, 10:03
- Joined
- Jan 24, 2012
- Messages
- 13
I'd like to know if I can autopopulate a numeric field in a table based on the text in another field.
For example, TblMain contains two fields: Status and Value.
Status field is listbox of values such as Yes and No.
I'd like to automatically populate Value field with a number based on the value selected in Status, say Yes = 5 and No = 3.
Is this a reasonable thing to do and will it give me agita down the road when running reports and such? If it's reasonable, how would I do such a thing?
For example, TblMain contains two fields: Status and Value.
Status field is listbox of values such as Yes and No.
I'd like to automatically populate Value field with a number based on the value selected in Status, say Yes = 5 and No = 3.
Is this a reasonable thing to do and will it give me agita down the road when running reports and such? If it's reasonable, how would I do such a thing?