Table Location: ID, Location_description (each location is Unique)
Table Parts: ID, Part_description (Each part is Unique)
Table Device: ID, Device_description (Each device is unique)
Between parts and device the is an many to may relation so i created the table machine.
Table Machine: ID, Part_ID, Device_ID (each machine is unique)
Table Machine_Location: ID, Location_ID, Machine_ID
I would like a form with the following pull downs
Location_description , Part_description, Device_description
When i select a Part the pull down of Device should be updated with only those values that are in the machine table.
When all entries are filled in i would like to update the Machine_Location record
So far all i got are above tables. But creating the requested form is a total no go. Can someone help me ?
Regards
RemyO