I currently have a form for adding customers, and it works fine. I have added a command button to the customer form that when clicked, opens a new form (Devices) for adding a new device that I want to assign to that customer. Yet that is where my problem is, I cannot get the Devices form to save the previous customer record ID to the Devices table.
How do I tell Access that the Devices form is still part of the Customers form or linked to it, and that when I save the new device entires, to add that customers ID to the Device table? Of course I could add a customer search on the Devices form, but that would be redundant as seeing the Devices form is loaded initially from the Customers form via the command button.
I admit, I 'm still learning, but I would love to figure this out.
Thanks
Mike