N
NC_Sue
I have a contacts database with 2 tables. (I know, I know - I should
normalize, but I designed this early on in the Access learning curve & am
just beginning the process of normalization - I have ALL info in a single
table until recently.)
Anyway, there are 2 tables - contacts & contact type. Contact type has 2
fields - the autonumber (primary key) and the type of contact. The table
contains a field in which I have a numeric foreign key which relates to the
primary key in the contact type table. I have a dropdown box in the table
which I can use to enter the contact type, but I want to be able to enter
this info using a form. I can't make the combo box on the form function,
though. It doesn't MAKE a combo bos, and it displays a numeric value (the
foreign key) rather than text (the verbal description of contact type.)
Waah.
What am I doing wrong?
normalize, but I designed this early on in the Access learning curve & am
just beginning the process of normalization - I have ALL info in a single
table until recently.)
Anyway, there are 2 tables - contacts & contact type. Contact type has 2
fields - the autonumber (primary key) and the type of contact. The table
contains a field in which I have a numeric foreign key which relates to the
primary key in the contact type table. I have a dropdown box in the table
which I can use to enter the contact type, but I want to be able to enter
this info using a form. I can't make the combo box on the form function,
though. It doesn't MAKE a combo bos, and it displays a numeric value (the
foreign key) rather than text (the verbal description of contact type.)
Waah.
What am I doing wrong?