I have created a drop down box for my customer field the combo box has multiple collums. I have a second field which fills in the address dependant on the customer selected using the following
=[Cust_cmbo].[Column](1)
This workes fine the address field fills with the correct data .
Here is my question
How do I assosiated the address field to the address field in the related table on saving the record?
=[Cust_cmbo].[Column](1)
This workes fine the address field fills with the correct data .
Here is my question
How do I assosiated the address field to the address field in the related table on saving the record?