J
Jay
The telephone girls at work use a call log database. The main form where
call details are input *should* be pretty simple. The first item is a
pulldown list of customers. The second is a list box for customer location,
so that if customer x has 3 offices, the correct location can be chosen.
However, this is where it gets a bit mad. Each company has its own location
table (with only up to about 6 or 7 records in at the most). And the
location list box is actually a list box for each table on top of each
other! (so that what looks like one in design view is actually 20 all in the
same place), I've looked at the VBA and there appears to be code with code
making a particular list box visible (& the others not visible) if that
company is selected in the first 'company' field !?
I can see he has attempted to do it another way as there is a defunct
company~location table.
So my question is, what's the simplest way of doing what he was originally
trying to do? I presume one table with companies & locations linked to a
queried control of some sort.
Any help appreciated.
-Jay-
call details are input *should* be pretty simple. The first item is a
pulldown list of customers. The second is a list box for customer location,
so that if customer x has 3 offices, the correct location can be chosen.
However, this is where it gets a bit mad. Each company has its own location
table (with only up to about 6 or 7 records in at the most). And the
location list box is actually a list box for each table on top of each
other! (so that what looks like one in design view is actually 20 all in the
same place), I've looked at the VBA and there appears to be code with code
making a particular list box visible (& the others not visible) if that
company is selected in the first 'company' field !?
I can see he has attempted to do it another way as there is a defunct
company~location table.
So my question is, what's the simplest way of doing what he was originally
trying to do? I presume one table with companies & locations linked to a
queried control of some sort.
Any help appreciated.
-Jay-