T
Terry
I need to create a form that enters data into the "orders" table. In that
table there are several fields that I want to populate from a second table
"suppliers" (suppliername, address1, address2, etc...) The two tables will
have a common field [supplier_Number]. The relationship is one (Supplier) to
many (Orders).
The idea is that when the suppliernumber is entered in a combobox, the other
supplier fields will automatically fill in information from the suppliers
table. How do I do this? I assume I cannot use a subform since I do not want
to just display the data. Someone in this group had suggested that I base
the form on a query that combined the two tables, but because of the one to
many relationship, the query is not updateable.
I am sure this is a very basic thing to do, but I cannot seem to get it. Any
guidance would be appreciated.
Terry
table there are several fields that I want to populate from a second table
"suppliers" (suppliername, address1, address2, etc...) The two tables will
have a common field [supplier_Number]. The relationship is one (Supplier) to
many (Orders).
The idea is that when the suppliernumber is entered in a combobox, the other
supplier fields will automatically fill in information from the suppliers
table. How do I do this? I assume I cannot use a subform since I do not want
to just display the data. Someone in this group had suggested that I base
the form on a query that combined the two tables, but because of the one to
many relationship, the query is not updateable.
I am sure this is a very basic thing to do, but I cannot seem to get it. Any
guidance would be appreciated.
Terry