Getting a module to run

  • Thread starter Thread starter Guest
  • Start date Start date
First copy all of the code from Item 4 in the KB link.

Then, from the design view of your form, right click on the command button
which is to run the code. Select Properties from the popup menu. In the
properties sheet for that command button, find the OnClick event and click
anywhere on that line and you will see a downward pointing arrow at the
right edge of the line. Click it and select Event Procedure. Then, look
for the small button to the right of the downward pointing arrow which
contains an ellipsis (three dots ...). Click this button to open the code
window. In the code window, press Ctrl+V to paste the copied code.

hth,
 
Back
Top