Phoenix
10th June 2008, 03:47 PM
I'm having trouble with an access database and I need a hand.
in database i've got database.primary displaying a drop box of options from primaryL.primary. PrimaryL is also linked to secondaryL.
what I need to do in database is display the secondaryL.secondary options that match the primaryL.primary option chosen in database.primary
Anybody got any ideas?
I managed to get the correct items to show by going
SELECT [secondary] FROM secondaryL WHERE secondaryL.primary= "01 Site Works"
but I can't appear to just say where it is secondaryL.primary = datbase.primary
in database i've got database.primary displaying a drop box of options from primaryL.primary. PrimaryL is also linked to secondaryL.
what I need to do in database is display the secondaryL.secondary options that match the primaryL.primary option chosen in database.primary
Anybody got any ideas?
I managed to get the correct items to show by going
SELECT [secondary] FROM secondaryL WHERE secondaryL.primary= "01 Site Works"
but I can't appear to just say where it is secondaryL.primary = datbase.primary