Willing to PAY 100hr for remote access mentor help. I give you access, you help, and I pay on paypal...
Question
_______
This combo box row source works as it doesn't need a filter: SELECT tbl1Employees.ID, [FirstName] & " " & [LastName] AS Expr1 FROM tbl1Employees;
This one works until it needs a requery or something: SELECT tbl1Addresses.ID, tbl1Addresses.AddressLine1 FROM tbl1Addresses WHERE (((tbl1Addresses.Customer_ID)=[Forms]![frmInvoice]![ID]));
I need the combo box to allow me to select and address from the address table that belongs to that customer ID. It works for the 1st customer that comes up but then when I use the navigation buttons at the bottom to go to the next record, the addresses that are available for the next invoices are the addresses from the 1st record that was in that form. I've tried a me.requery on update but that didn't work. I've gone through all the Steve Bishop videos and I'm missing something simple here.
Willing to pay 100hr to any mentor out there that want's to help me. My phone is on geekpros.net. I need about 10 hours of help over a month. So $1k to the mentor.
Thanks