Hi
I have 2 tables (customers and invoices), one customer will have many invoices. In a form I have added the user and the invoice details and I have a button to save the data, how to do that with VBA sql?
Username: ramiwahdan
Invoice#:1234
Date: 17-8-2024
Payment Amount: 200
where username is in one table and others in 2nd table.