Hello All,
This hopefully is a question that in theory should be very simple for someone to answer.
I've created a basic Form and "Button" then "built the event" and pasted in my VBA code for the event.
All I need to do now is have the code execute when the button is clicked.
Can anyone help me with the steps to do so?
I am not a programmer and for this button these are series of basic "update queries" that need to be run.
Alternatively, if I can execute a module (vs pasting in the code as an event) this same way with a button that would also work.
Regards,
Kyle
This hopefully is a question that in theory should be very simple for someone to answer.
I've created a basic Form and "Button" then "built the event" and pasted in my VBA code for the event.
All I need to do now is have the code execute when the button is clicked.
Can anyone help me with the steps to do so?
I am not a programmer and for this button these are series of basic "update queries" that need to be run.
Alternatively, if I can execute a module (vs pasting in the code as an event) this same way with a button that would also work.
Regards,
Kyle
Comment