D
DDBeards
In a table I have two fields (of many) that are dedicated to the customers
iDNum and the customers department. I have a second table that contains all
the customer's data with the iDNum as the key field. Now on a form I have a
field that ask the user to select a customer in a drop down box that pulls
the data from the 2nd table (tblCustomer). After the selection is made, I
want the customers department to be updated with the department from the
tblCustomer based on the iDNum selected.
I have done this before with a subform but am trying to do this with out
another subform. Thanks for your help.
iDNum and the customers department. I have a second table that contains all
the customer's data with the iDNum as the key field. Now on a form I have a
field that ask the user to select a customer in a drop down box that pulls
the data from the 2nd table (tblCustomer). After the selection is made, I
want the customers department to be updated with the department from the
tblCustomer based on the iDNum selected.
I have done this before with a subform but am trying to do this with out
another subform. Thanks for your help.