Nursery Ed
New member
- Local time
- Today, 03:16
- Joined
- May 1, 2004
- Messages
- 7
I am trying to use the DLookup Function on a form. I want to input the customer’s name from a combo box and have the correct customer number returned in an adjacent bound text control.
The form (an invoice) is based on the Sales table. The customer number is in my Customers table.
I think that Access help is telling me the syntax should be:
=DLookup(CustomerID,Customers[,CustomerID) but this isn’t working.
My goal is to eliminate as many “input errors” as possible. Can anyone help me out with this?
The form (an invoice) is based on the Sales table. The customer number is in my Customers table.
I think that Access help is telling me the syntax should be:
=DLookup(CustomerID,Customers[,CustomerID) but this isn’t working.
My goal is to eliminate as many “input errors” as possible. Can anyone help me out with this?