J
Jean
I have a form on which I am using a Combo Box to choose a CustomerID code
and I want to be able to bring through the Customer's details (names,
addresses, etc). I have used the following as my control source in one of
the fields, however regardless of which Customer account I choose I still
have the first record displayed on the output of the form
=DLookUp("[FirstName]","Customers","[CustomerID] =
Forms![Invoices]![CustomerID]") & " " &
DLookUp("[LastName]","Customers","[CustomerID] =
Forms![Invoices]![CustomerID]")
Any and all advice on where I am going wrong gratefully received.
Thanks
Jean
and I want to be able to bring through the Customer's details (names,
addresses, etc). I have used the following as my control source in one of
the fields, however regardless of which Customer account I choose I still
have the first record displayed on the output of the form
=DLookUp("[FirstName]","Customers","[CustomerID] =
Forms![Invoices]![CustomerID]") & " " &
DLookUp("[LastName]","Customers","[CustomerID] =
Forms![Invoices]![CustomerID]")
Any and all advice on where I am going wrong gratefully received.
Thanks
Jean