Hi
I didn't find anything with the search - the words are too general.
How can I create a macro and define what it does from code?
EDIT: The other question was
To do this use
Thanks
I didn't find anything with the search - the words are too general.
How can I create a macro and define what it does from code?
EDIT: The other question was
How can I delete Form2 from Form1 with a button?
Code:
DoCmd.DeleteObject acForm, name
Comment