I have two tables:
Equipment and faults
the equipment table has a field component groups. There are a series of faults common to each component group.
Basically I have a many to many relationship.
What I want is for the faults group to basically have a set of check boxes for each component group it applies to. Then whenever I have a combo box in one form that allows the user to select component groups a second combo will only display the faults associated with that group.
I hope that I have made this clear... and I hope that someone can help...
Gary