Hello. I tried searching the forums for an answer and I found similar issues, but I still can't quite get it. Attached is my current example database (It's small).
I have a form that allows you to lookup / change / add customers.
On this form, I have a button "New Repair" that opens another form (New Repair) where I enter the name, and the status of the repair.
My issue is how do I send the CID (the company id in the table) from the one form (Customer List), to the second one (New Repair). Then with the CID, I would like todo a query to the customer database and retrieve the company name based on the CID, and display it in the header.
I have the tables laid out with an example customer.
Thanks!