R
Rob W
Hi all,
Steve M just helped me solve a foreign key issue, thanks steve. But now i'm
hoping i can do a group update.
Basically i have an asset register, with a subform that lists all
maintenance completed on each asset. There are 900 items in the register and
all are maintained at least twice a year, but in upto 4 groups. The easy fix
would be break up the db into 4 groups but..... The maintenance isnt on the
same assets at the same time. EG 1st maint is units 1 to 300, 2nd maint is
301 to 600. Next time the maint might be 150 to 450 then 1 to 149 & 451 to
600. or units not needing maint are ignored.
Here's the question, i have a group section in my main form, if i filter out
all but one group can i mass update the subform for all records even though
my subform has a foreign key connected to its record?
Steve M just helped me solve a foreign key issue, thanks steve. But now i'm
hoping i can do a group update.
Basically i have an asset register, with a subform that lists all
maintenance completed on each asset. There are 900 items in the register and
all are maintained at least twice a year, but in upto 4 groups. The easy fix
would be break up the db into 4 groups but..... The maintenance isnt on the
same assets at the same time. EG 1st maint is units 1 to 300, 2nd maint is
301 to 600. Next time the maint might be 150 to 450 then 1 to 149 & 451 to
600. or units not needing maint are ignored.
Here's the question, i have a group section in my main form, if i filter out
all but one group can i mass update the subform for all records even though
my subform has a foreign key connected to its record?