S
Sierras
I have 2 tables which I am using with a form and subform that shows
storage boxes and their contents.
Table 1 has the box no and the location
Table 2 has the box no and the contents
The main form shows the box no and location
The subform has the contents of that box.
This works fine, but what I would like the form to do is if I modify
the box number in the main form, that all the records in the subform
get modified automatically.
For example, if box 1 has 3 items and I change the number of box 1 to
box 2 in the main form, I would like the three items that were in that
box to now get updated as well to box 2. The only way I can do this
now is either change each record in the subform idividually or do it
in the table itself.
Anyway to do this automatically??
Thanks.
storage boxes and their contents.
Table 1 has the box no and the location
Table 2 has the box no and the contents
The main form shows the box no and location
The subform has the contents of that box.
This works fine, but what I would like the form to do is if I modify
the box number in the main form, that all the records in the subform
get modified automatically.
For example, if box 1 has 3 items and I change the number of box 1 to
box 2 in the main form, I would like the three items that were in that
box to now get updated as well to box 2. The only way I can do this
now is either change each record in the subform idividually or do it
in the table itself.
Anyway to do this automatically??
Thanks.