C
Chuck
I know there is probably a simple answer to this....
I have a simple form, displaying 12 combo boxes that select data from 12
tables. Each table has a name and a value from 1 to 50. There can be more
than one number of equal values. So Tom, Mary and Jane may all have a value
of 3 from the same table. Anyways, I have the combo box set up to display
the name and not the value, but its bound to the value so I can do some
simple math with the numbers. When I select, lets say Mary ( a value of 3),
it displays Tom (the first in the list of "3" values). I need it to display
Mary for reporting purposes. What am I missing to keep the combo box set to
Mary? Thanks.
I have a simple form, displaying 12 combo boxes that select data from 12
tables. Each table has a name and a value from 1 to 50. There can be more
than one number of equal values. So Tom, Mary and Jane may all have a value
of 3 from the same table. Anyways, I have the combo box set up to display
the name and not the value, but its bound to the value so I can do some
simple math with the numbers. When I select, lets say Mary ( a value of 3),
it displays Tom (the first in the list of "3" values). I need it to display
Mary for reporting purposes. What am I missing to keep the combo box set to
Mary? Thanks.