G
Guest
Access 2002 on Windows XP
I have cascading combo boxes on a continuous subform. The first combo box
should filter the results of the second, and the second for the third. This
has always worked on a main form with a table structure using an auto-number
field as the primary key, a text field showing the name of the item, and a
number field as the foreign key to the first table's auto-numbered primary
key. I read somewhere that this setup won't work on a continuous form. The
post said I'd have to make the primary key field the actual text that I want
to show on the combo box, thus eliminating the auto-number field and only
having the text of the item in the table, along with a text field as the
foreign key when necessary.
I was wondering if there is a different way to achieve the same results, as
I don't want to store the text value in my table, and the third combo box has
quite a lot of long-worded items.
Thanks in advance for any help.
Melanie
I have cascading combo boxes on a continuous subform. The first combo box
should filter the results of the second, and the second for the third. This
has always worked on a main form with a table structure using an auto-number
field as the primary key, a text field showing the name of the item, and a
number field as the foreign key to the first table's auto-numbered primary
key. I read somewhere that this setup won't work on a continuous form. The
post said I'd have to make the primary key field the actual text that I want
to show on the combo box, thus eliminating the auto-number field and only
having the text of the item in the table, along with a text field as the
foreign key when necessary.
I was wondering if there is a different way to achieve the same results, as
I don't want to store the text value in my table, and the third combo box has
quite a lot of long-worded items.
Thanks in advance for any help.
Melanie