Thanks a lot for the answer!
I was thinking about something like that, but I could not figure out how exception handling was done in VBA and I thought that there must be some more sofisticated way of doing it. ;)
Hi!
I have a form which I sometimes use standalone, and sometimes as a subform. When used as a subform I would like to load data from the main form when creating new records in the subform.
I thought that I could write something like this in the subform sub "Form_BeforeInsert":
If...