shteev
Programmer
- Jul 15, 2003
- 42
I'm building a form in MS Access which allows the user to select a record each from 2 different tables (using combo boxes and/or drop boxes), display data from all fields of both records selected, and then add a record to a third table, constructed from data from the 2 records selected (the third table is a cross-refernced table which links the first 2 tables).
What I need to know is:
a) How do I dymanically alter the contents of text boxes based on input from a combo box elsewhere on the form? It's easy enough if the form is bound to a single table, but this form isn't.
b) How do I add a record into the third table, based on data held within text boxes on the form?
What I need to know is:
a) How do I dymanically alter the contents of text boxes based on input from a combo box elsewhere on the form? It's easy enough if the form is bound to a single table, but this form isn't.
b) How do I add a record into the third table, based on data held within text boxes on the form?