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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

goto a report when I click a button on form?

Status
Not open for further replies.

marks416

IS-IT--Management
Oct 24, 2007
39
CA
Hi,

I am new for access.this is simple question for you.

I have a button on a form.I want to write the click event for the button.

The form screen goto a report screen(that named report1) when I click the button on the form.

Please let me know how to do this.Thanks

M
 
It is best to use the wizard. Make sure that the wand on the toolbox is clicked when you add the command button and it should walk you through doing what you want.
 
Or, look at DoCmd.OpenReport method in acc help.

Always remember that you're unique. Just like everyone else.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top