C
Charles W. Stricklin
I'm pretty sure this is a newbie question, and I have read similar things in
this group thus far, but if someone would have pity on me and help me out
I'd really appreciate it.
I have an Access 2000 database file named Installations.mdb. In it, there is
one table named installations. There is a text field called FIT_Name in that
table. In a form, I'd like to display the contents of that field in combo
box. If a user chooses an existing financial institution name that choice is
inserted into the record's FIT_Name field. If they type something different,
I'd like a dialog box asking them to confirm that they'd like to add that
value to the list, and then adding it if they choose yes, or not if they
choose no.
I'm familiar with setting the LimitToList property to yes, and I can cut and
paste EventProcedures with the best of them. However, writing code from
scratch is something I haven't done a lot of yet and I don't have time to
devote to learning right now.
Also, should I enable DAO? If so, how?
Thanks in advance for any help offered,
Charles
this group thus far, but if someone would have pity on me and help me out
I'd really appreciate it.
I have an Access 2000 database file named Installations.mdb. In it, there is
one table named installations. There is a text field called FIT_Name in that
table. In a form, I'd like to display the contents of that field in combo
box. If a user chooses an existing financial institution name that choice is
inserted into the record's FIT_Name field. If they type something different,
I'd like a dialog box asking them to confirm that they'd like to add that
value to the list, and then adding it if they choose yes, or not if they
choose no.
I'm familiar with setting the LimitToList property to yes, and I can cut and
paste EventProcedures with the best of them. However, writing code from
scratch is something I haven't done a lot of yet and I don't have time to
devote to learning right now.
Also, should I enable DAO? If so, how?
Thanks in advance for any help offered,
Charles