G
Guest
Hi
This is a basic question. I have a form that has combo boxes which pull data
from multiple look_up tables. This is what I want to do. When I choose a
value from the combo box, I want its corresponding ID to be stored rather
than the text. For instance, let's say I have a form I am entering
information about a customer. For the gender field, let's say there is a look
up table where the value 0 (male) and 1(female) exists. Now on the form, I
want to display male and female and when the user chooses either of these
options, I want to store 0 or 1 in the customer table.
Thanks
Hadavidi
This is a basic question. I have a form that has combo boxes which pull data
from multiple look_up tables. This is what I want to do. When I choose a
value from the combo box, I want its corresponding ID to be stored rather
than the text. For instance, let's say I have a form I am entering
information about a customer. For the gender field, let's say there is a look
up table where the value 0 (male) and 1(female) exists. Now on the form, I
want to display male and female and when the user chooses either of these
options, I want to store 0 or 1 in the customer table.
Thanks
Hadavidi