P
Peter Stone
Novice/XP/Access 2003
I have a tblMain with multiple forms to enter data. Because there is
considerable variation between the data on each form, there are many tables
joined one-to-one or one-to-many to tblMain on MainID.
I exceeded 32 indexes on tblMain and so decided to throw all my lookup
tables into one table: tblSubcats and select them into a many-to-many table:
tblMainSubcats. I divided the records in tblSubcats into categories
corresponding to my previous lookup tables.
I now have multiple continuous subforms on tblMainSubcats each one with a
bound combo box selecting one from one category in tblSubcats into
tblMainSubcats. It works fine except that when I close and reopen a form;
only the combo box where I made the first selection displays the selections,
even though all the selected SubcatIDs appear in tblMainSubcats. All other
combos are blank.
I tried changing the combo boxes from continuous forms to single forms to
see if that would help, but no go.
Any suggestions please?
Thank you
Peter
I have a tblMain with multiple forms to enter data. Because there is
considerable variation between the data on each form, there are many tables
joined one-to-one or one-to-many to tblMain on MainID.
I exceeded 32 indexes on tblMain and so decided to throw all my lookup
tables into one table: tblSubcats and select them into a many-to-many table:
tblMainSubcats. I divided the records in tblSubcats into categories
corresponding to my previous lookup tables.
I now have multiple continuous subforms on tblMainSubcats each one with a
bound combo box selecting one from one category in tblSubcats into
tblMainSubcats. It works fine except that when I close and reopen a form;
only the combo box where I made the first selection displays the selections,
even though all the selected SubcatIDs appear in tblMainSubcats. All other
combos are blank.
I tried changing the combo boxes from continuous forms to single forms to
see if that would help, but no go.
Any suggestions please?
Thank you
Peter