I have a customers table that has a couple of checkbox fields.
I also have an orders table with those same checkbox fields (though with a slightly different name).
This is not duplicitous as I only have those fields in the customers table to define a customer's preferences. Those default preferences may not apply to every order from them.
What I am having trouble with is getting the true/false info to pass on to the orders table via the form. The form's data source is the orders table. I have checkboxes on the form assigned to their fields on that orders table. What I want is when the user enters the customer, I want ("on update event") the checkboxes to autofill according the checkbox field of the customers table where the customer name matches what they just entered.
Am I missing something simple?
Thanks
I also have an orders table with those same checkbox fields (though with a slightly different name).
This is not duplicitous as I only have those fields in the customers table to define a customer's preferences. Those default preferences may not apply to every order from them.
What I am having trouble with is getting the true/false info to pass on to the orders table via the form. The form's data source is the orders table. I have checkboxes on the form assigned to their fields on that orders table. What I want is when the user enters the customer, I want ("on update event") the checkboxes to autofill according the checkbox field of the customers table where the customer name matches what they just entered.
Am I missing something simple?
Thanks
Comment