W
Wayne
I have a contract billing form with a customer address subform.
Since some of our contracts are with the same customer the address is
the same so I created an address subform (with its own table) with a
combo box that autofills the address. We also have customers with
"different" addresses and here's the problem I'm having. I noticed if
the customer name dropdown combo box is the same it "always" selects
the first record for that name so I decided I need a unique name in
the combo like VONS Market(1), VONS Market(2), etc. Now how to do
that. I could do a dlookup on the address table and figure out what
is the next number I use for the same customer like; VONS Market(XX).
This seems to be a lot of work for such a simple thing. Is there an
easier way to do this?
Since some of our contracts are with the same customer the address is
the same so I created an address subform (with its own table) with a
combo box that autofills the address. We also have customers with
"different" addresses and here's the problem I'm having. I noticed if
the customer name dropdown combo box is the same it "always" selects
the first record for that name so I decided I need a unique name in
the combo like VONS Market(1), VONS Market(2), etc. Now how to do
that. I could do a dlookup on the address table and figure out what
is the next number I use for the same customer like; VONS Market(XX).
This seems to be a lot of work for such a simple thing. Is there an
easier way to do this?