You are Brilliant!!
Pat you are a superstar. I have implemented your solution. I have only one (OK maybe 2 questions!!).
After inputting a second record via the modified combo, if I choose to revisit the first record entered the list items are relative to the LAST entry.
i.e.
Record One -
Chose Make 'Ford' second combo displays all associated Models for Ford - Selected 'Focus'
Record Two-
Chose Make 'Bentley' second combo displays all associated Models for Bentley - selected 'Vanquish'.
If I then revisit the first entry it shows only models for 'Bentley' and not 'Ford'. This is only a minor blip, I presume it would be the same for your example?
Also (not your problem!). You helped me out ENORMOUSLY with this issue.
Rich pointed out that the value being saved in tblModels for MakeID is the text value and
not the MakeID? I can not see how to resolve this? i.e.
ModelID = 1
MakeID = Ford (this should be a numerical value?)
Model = Focus
Anyhow, I have attached my DB so you can see how the combo is behaving.
Once again, great solution!!
Many Thanks,
Phil
PS: I have added some custom nav buttons to spice things up!!