G
Guest
H
I was hoping if there was someone out there who could help me
I have two tables, one named invoices and one named customers, and a form named invoices
What I am trying to do is get the cutomer data onto the invoice form and then make it stick to the invoice table
What I have managed is to look up customers (from customers table) with a combo box and make the additional info (address .......) appear in text boxes on the form (with " [combo box].column(3) " in "Control Source" ) and it works great on the invoice form but the only field that gets to the invoice table is the combo box it self
I was thinking I might be able to use the "Default Value" but not working yet.
Can anybody help please ?
I was hoping if there was someone out there who could help me
I have two tables, one named invoices and one named customers, and a form named invoices
What I am trying to do is get the cutomer data onto the invoice form and then make it stick to the invoice table
What I have managed is to look up customers (from customers table) with a combo box and make the additional info (address .......) appear in text boxes on the form (with " [combo box].column(3) " in "Control Source" ) and it works great on the invoice form but the only field that gets to the invoice table is the combo box it self
I was thinking I might be able to use the "Default Value" but not working yet.
Can anybody help please ?