jgoodman00
Programmer
- Jan 23, 2001
- 1,510
I have a view, qryStorageLocationSelector which I need to use to populate a series of 4 listboxes.
The view has the following columns:
Level1ID, Level1, Level2ID, Level2, Level3ID, Level3, Level4ID, Level4, LocationID
Obviously, there can be multiple occurances of Level1,2,3,4 values etc. I want to select distinct values for each listbox (e.g. SELECT DISTINCT Level1, Level1ID for lst1).
Any suggestions as to what I need to use, as all of the above seem to not provide what I need?
James Goodman MCSE, MCDBA
The view has the following columns:
Level1ID, Level1, Level2ID, Level2, Level3ID, Level3, Level4ID, Level4, LocationID
Obviously, there can be multiple occurances of Level1,2,3,4 values etc. I want to select distinct values for each listbox (e.g. SELECT DISTINCT Level1, Level1ID for lst1).
Any suggestions as to what I need to use, as all of the above seem to not provide what I need?
James Goodman MCSE, MCDBA