G
Guest
Scenario: - I have a form that has one combo box, 12 text fields, and two
command buttons. -
Upon selection on my combo box, it auto-populates the 12 text fields.
One command button (cmdsubmit) automatically adds the records to the
corresponding table, and then clears the form. However what my boss wants is
that once the submit button is clicked, a report should generate based on the
contents of the 12 text fields. Is there a way to have the submit button do
two things at a time, my boss basically wants to the form as automated as
possible.
Can I add another procedure under the cmdsubmit object, like a
cmdsumbit_Mouseup(). Right now all I have is the cmdSubmit_Click()
Any clues will be appreciated.
command buttons. -
Upon selection on my combo box, it auto-populates the 12 text fields.
One command button (cmdsubmit) automatically adds the records to the
corresponding table, and then clears the form. However what my boss wants is
that once the submit button is clicked, a report should generate based on the
contents of the 12 text fields. Is there a way to have the submit button do
two things at a time, my boss basically wants to the form as automated as
possible.
Can I add another procedure under the cmdsubmit object, like a
cmdsumbit_Mouseup(). Right now all I have is the cmdSubmit_Click()
Any clues will be appreciated.