|
-
Jul 21st, 2005, 10:53 AM
#1
Thread Starter
Fanatic Member
How to run a report with the click of a button. - [RESOLVED]
Greetings,
I have a report in place, now I just need to run it at the click of a button on an Access form. The button is called "cmdStep3", the report is called "rpt_FSR_Details", and the form and report are both in the database called "FinancialRecords".
Here is what I have, somebody please help me fill in the event, so that the reprot can be run on the click:
Private Sub cmdStep3_Click()
'run rpt_FSR_Details
End Sub
Thank you,
Jim
Last edited by JimMuglia; Jul 21st, 2005 at 01:02 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|