Hi all, please help.
I have a table with customers and a table with inventory, no relationship between the 2. I created a 3rd table with customer, item and a yes/no field.
I need a form there I could select a customer, see all the records in the inventory table and then I want to select only the records from inventory that is applicable to the specific customer.
How do I go about? relationships created between the three tables, tried outer join, then I could not select yes/no.
Selected inventory and customer name must be saved to 3rd table
I have a table with customers and a table with inventory, no relationship between the 2. I created a 3rd table with customer, item and a yes/no field.
I need a form there I could select a customer, see all the records in the inventory table and then I want to select only the records from inventory that is applicable to the specific customer.
How do I go about? relationships created between the three tables, tried outer join, then I could not select yes/no.
Selected inventory and customer name must be saved to 3rd table