I have a master form "Fm_Vehicle_Data" with the primary key "VIN" and a subform "Subfm_Accidents" with the primary keys "AccidentVIN" and "Accident Date".
I have linked the forms with the Link Master Fields being "VIN" and the Link Child Fields as "Accident VIN"
They are in a one-to-many relationship without Enforce Referential Integrity.
When I try to enter data in the subform of a record I get this error "The LinkMasterFields property setting has produced this error: Object or class does not support the set of events."
Can you help with this?