Filter list based on column heads

shift2076

Registered User.
Local time
Today, 12:31
Joined
Feb 5, 2007
Messages
51
Hi all.

I have a form with two lists on it; systems and subsystems. When I click on the system listbox, I want it to filter out just the applicable subsystems in the next listbox.

The table that they are looking up has the systems as column headers with subsystems listed under each. So basically the code SHOULD read something like:

SELECT MTabV.*
FROM MTabV
WHERE (COLUMN HEADS) =[Forms]![MenuTest]![SysField];

Can this be done in SQL?

Thank you in advance,
MJ
 
Still trying to figure this one out. Have over four hours in on this one problem yesterday, and another hour today.

Can anyone point me in the right direction?
 

Users who are viewing this thread

Back
Top Bottom