C
CAD Fiend
Hello,
I have a combo box (cmbFirstName) on a form that is hitting a query
(qryFirstName) and then putting that selected (or typed by user) value
to the table field (name FirstName) on the table (tblUserInfo).
The query hits a look up table called (lulFirstNames). If the user
DOESN'T find the name they want in the combo box, they will just type it
in.
I would like to be able to "build" up the look up table's "vocabulary"
of names as the users use the form more and more over time.
What would you suggest? Would *NotInList* be a good canidate for this
application? How do I write the code, and WHERE do I put it? Please be
as specific as possible, I'm new to writing code for this type of
situation. And I DID read the help on this topic, but it is hard for me
to understand which way to go. I mean, it says you can go about this
with an *expression* or *macro* or *event procedure*, and I don't know
which one to go with.
TIA.
Phil.
I have a combo box (cmbFirstName) on a form that is hitting a query
(qryFirstName) and then putting that selected (or typed by user) value
to the table field (name FirstName) on the table (tblUserInfo).
The query hits a look up table called (lulFirstNames). If the user
DOESN'T find the name they want in the combo box, they will just type it
in.
I would like to be able to "build" up the look up table's "vocabulary"
of names as the users use the form more and more over time.
What would you suggest? Would *NotInList* be a good canidate for this
application? How do I write the code, and WHERE do I put it? Please be
as specific as possible, I'm new to writing code for this type of
situation. And I DID read the help on this topic, but it is hard for me
to understand which way to go. I mean, it says you can go about this
with an *expression* or *macro* or *event procedure*, and I don't know
which one to go with.
TIA.
Phil.