S
Steven L via AccessMonster.com
I have a form with several textfields in it that shows the result of a query.
Most of these textfields contain numbers. However, these numbers represent
values/properties/strings; for example, in the textfield named 'sex', 1
represents 'Female', 2 represents 'Male' and 3 represents 'Uknown'. The
numbers were inputted like this by the data inputter for ease and speed, but
it makes my job a little more difficult.
I have a seperate lookup table that matches the numbers to their values; i.e.
I have a table with fields 'number' and 'sex' where the record with number=1
has sex=Female. Now what I want is for the form to display these meaningful
values instead of the numbers, but I'm not sure how to go about this.
Is there a way I can get the form to look up the aforementioned table and
then change the value in the textfield? Does changing the textfield change
the underlying table?
Steve
Most of these textfields contain numbers. However, these numbers represent
values/properties/strings; for example, in the textfield named 'sex', 1
represents 'Female', 2 represents 'Male' and 3 represents 'Uknown'. The
numbers were inputted like this by the data inputter for ease and speed, but
it makes my job a little more difficult.
I have a seperate lookup table that matches the numbers to their values; i.e.
I have a table with fields 'number' and 'sex' where the record with number=1
has sex=Female. Now what I want is for the form to display these meaningful
values instead of the numbers, but I'm not sure how to go about this.
Is there a way I can get the form to look up the aforementioned table and
then change the value in the textfield? Does changing the textfield change
the underlying table?
Steve