K
KmhComputer
Hi, I hope you can help me. I have a screen with several buttons on the
button that I enable and disable based on user selections/actions.
I will call this main form: Main_Form.
One button runs a Module that imports a bunch of data and does a lot of
mathematical calculations etc. Once this procedure has been run and only if
it has been run "successfully" I would like two buttons on my main form to
become enabled.
I will call the buttons I want Enabled: Edit_Record and Calc_Coeffs.
How can I tell Access using VBA in my module to enable the buttons on the
form. It would be great if I could do this from my module.
Thanks so much.
button that I enable and disable based on user selections/actions.
I will call this main form: Main_Form.
One button runs a Module that imports a bunch of data and does a lot of
mathematical calculations etc. Once this procedure has been run and only if
it has been run "successfully" I would like two buttons on my main form to
become enabled.
I will call the buttons I want Enabled: Edit_Record and Calc_Coeffs.
How can I tell Access using VBA in my module to enable the buttons on the
form. It would be great if I could do this from my module.
Thanks so much.