I have an Access form (MainForm) that has a SubForm. I would like to know if a MainForm event exists that detects a SubForm record change.
I can use the "On Current" event to detect when the MainForm record changes, but does an event such as "On SubForm On Current" exist?
Many thanks,
I can use the "On Current" event to detect when the MainForm record changes, but does an event such as "On SubForm On Current" exist?
Many thanks,
Comment