G
Guest
I am using a combo box based on another combo box ("cascading"?) in my
subform. I'm viewing the subform as a datasheet so that there can be mulitple
records associated (it is an invoice structure for products). I have followed
the directions to set up the 2nd combo box based on the 1st, and that works
just fine. However, when I scroll to the next record on the main form, the
data "disappears" from the screen. It's still there, stored in the main
table, but it's no longer showing up on the screen. I'm sure I need to write
some code to requery, but I've tried everything and I just don't know enough
about it to make it work.
To summarize, my combo boxes are working fine, but they are not storing the
data on the screen when I change records.
subform. I'm viewing the subform as a datasheet so that there can be mulitple
records associated (it is an invoice structure for products). I have followed
the directions to set up the 2nd combo box based on the 1st, and that works
just fine. However, when I scroll to the next record on the main form, the
data "disappears" from the screen. It's still there, stored in the main
table, but it's no longer showing up on the screen. I'm sure I need to write
some code to requery, but I've tried everything and I just don't know enough
about it to make it work.
To summarize, my combo boxes are working fine, but they are not storing the
data on the screen when I change records.