J
James
I have created a simple database
tblCustomer
AccountNo
Name
InvAddress1
InvAddress2
tblInventory
AccountNo
Product
ShippingAddress1
ShippingAddress2
I have a qry to connect both tables together, and a form bound to the query
The form lookups the customer name and invoice address from the account
number - however I want the form to prefill the ShippingAddress1, and
ShippingAdress2 with the details from the InvAddress (and overwritten if
nessesary). This should be a simple lookup/default value but I can not work
out how to acheive this?
Can anyone help?
tblCustomer
AccountNo
Name
InvAddress1
InvAddress2
tblInventory
AccountNo
Product
ShippingAddress1
ShippingAddress2
I have a qry to connect both tables together, and a form bound to the query
The form lookups the customer name and invoice address from the account
number - however I want the form to prefill the ShippingAddress1, and
ShippingAdress2 with the details from the InvAddress (and overwritten if
nessesary). This should be a simple lookup/default value but I can not work
out how to acheive this?
Can anyone help?