There are 3 fields on my access 2007 form that are called "AdministeredBy", "PaymentBy" and "ShipTo". They are currently combo boxes where I select a customer number. Under each of these are several fields that use a DLookup function to bring up customer info from another table (First field looks up customer name, second looks up street address 1, third is street address 2, forth is city, then state, then zip).
The dlookup will sometimes act up whenever I make any design changes to the form, such as moving, adding or deleting a button.
I want to go from using the DLookup function to using a query to lookup the information, but I don't know how to start this.
I'm still new to Access. Any help would be greatly appreciated.