Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

opening report from a form

Status
Not open for further replies.

pcsunaccess

IS-IT--Management
Jun 3, 2003
4
US
I have a form that has a radio button which when selected should open a report. How should I set the properties on the form to do this?
 
you can put a button on the form, and use the Wizard to open the report. then look at the code in the button's OnClick event. you can copy that code and put it into the option box's or radio button's event, perhaps OnClick or AfterUpdate depending on what you have going.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top