G
Guest
Hi all,
I've been bashing my brain all day with this one. Here's what I'm trying to
do.
I have a fixed number of combo boxes on a form. Each combo box row source is
determined by the value of another combo box (table name). These are used to
allow users to match data from imported excel worksheets to a standard data
structure. (The whys and wherefores are a very long story...)
I would like to have a list box as a visual cue to users displaying the
selected tables field names "excluding" those already selected in the combo
boxes, updated as each combo box is modified.
There doesn't seem to be a simple way to do this
I'm guessing I'll have to do something along the lines of creating a table
of Table names / field names and then run a query on the resulting data as a
row source for the listbox updated every time one of the combos is
updated/changed. or is it possible to achieve this without creating a table?
Can someone point me in the right direction code wise to accomplish this?
Regards
Richard Douthwaite
I've been bashing my brain all day with this one. Here's what I'm trying to
do.
I have a fixed number of combo boxes on a form. Each combo box row source is
determined by the value of another combo box (table name). These are used to
allow users to match data from imported excel worksheets to a standard data
structure. (The whys and wherefores are a very long story...)
I would like to have a list box as a visual cue to users displaying the
selected tables field names "excluding" those already selected in the combo
boxes, updated as each combo box is modified.
There doesn't seem to be a simple way to do this
I'm guessing I'll have to do something along the lines of creating a table
of Table names / field names and then run a query on the resulting data as a
row source for the listbox updated every time one of the combos is
updated/changed. or is it possible to achieve this without creating a table?
Can someone point me in the right direction code wise to accomplish this?
Regards
Richard Douthwaite