Hi,
I understand that you can using "Me." to declare that the item you are referring to is in that form.
I want to create some generic buttons on all my forms for example Save, Close Form and search.
The normal format of closing a form would be:
How do I change that to say close the present form using "Me"
I understand that you can using "Me." to declare that the item you are referring to is in that form.
I want to create some generic buttons on all my forms for example Save, Close Form and search.
The normal format of closing a form would be:
Code:
DoCmd.Close acForm, "frmsites", acSaveNo
How do I change that to say close the present form using "Me"