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...