Data Access Pages

  • Thread starter Thread starter Bruce
  • Start date Start date
B

Bruce

Guys,

I've built hundreds of Forms in Access, but have just
started my first Data Access Pages project. Could someone
point me to how you put code behind buttons, text boxes,
etc.? For example, there is no "OnClick" event in the
properties for a button placed on the form.

TAI,
Bruce
 
Right-click on the DAP and select Microsoft Script
Editor. Then, in the left pane, select Script Outline.
This will contain a list of all your objects, and if you
open each one, the associated events.
Good luck!
 
Back
Top