JumpinJimRivers
MIS
Hello,
I would like to update a record in a subform after updating another subform with the same matching ID using an AfterUpdate Event. Does somebody know how, if possible, I specify a criteria so the right record gets updated?
This won't work because no criteria is specified:
me.parent![OtherSubform]![myField]=me![myField]
Any help is very appreciated!
I would like to update a record in a subform after updating another subform with the same matching ID using an AfterUpdate Event. Does somebody know how, if possible, I specify a criteria so the right record gets updated?
This won't work because no criteria is specified:
me.parent![OtherSubform]![myField]=me![myField]
Any help is very appreciated!