I am working on building an application. And in the application I’ve constructed a Customer Order Form (frmCustOrdr). An area of this form that I would like to improve is and I believe that I will have to use VBA to accomplish what I want to do. VBA is like ancient Greek to me.
I have a Customers Table (tblCust)and Ship to Customer Table (tblCustAddrShip)and also a Customer Orders Table (tblCustOrdr). On the Customer Orders Table I have two Lookup Fields, the first is the Customer (CustID) and the second is the Customer Ship To (CustShipID). These fields work fine except for I have only 36 customers and 917 ship to customers. What I and trying to do is, once the CustID is populated and I goto the CustShipID and open the Lookup I would like to see listed those Ship to Addresses that are actual Ship to addresses of the CustID.
Any help with this endeavor would be appriciate.