View Full Version : How do you run a macro to modify a form


sandi1970
05-21-2009, 10:37 AM
I am currently trying to create a button to run off of a macro that allows the user to modify a form. Can some one help?

MSAccessRookie
05-21-2009, 10:53 AM
I am currently trying to create a button to run off of a macro that allows the user to modify a form. Can some one help?

I am sure that there are probably a number of potential resolutions to the issue, but we would need to know why would a user be able to modify a form in order to select an appropriate responmse to your question.

sandi1970
05-21-2009, 10:56 AM
I created a form that is read only but I want to create a button that once clicked it will enable the user to modify the record.

MSAccessRookie
05-21-2009, 11:05 AM
I created a form that is read only but I want to create a button that once clicked it will enable the user to modify the record.

Then perhaps you can modify the Forms EDIT Property using the In Click Event of the Button that is being pressed.