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

Click on Record in Report and pull up form?

Status
Not open for further replies.

Kumba1

Technical User
Aug 29, 2002
94
Is it possible to click on a record in a report, and have some VB Code open a form? I know how to set everything I need in the form on load, I just need to know how to get access to run the VB Code when I click on the specific record... any ideas?
 
No can do. Access looks at a report as a single object. You can not select or invoke an event from clicking on a report.

HOWEVER, you can create a form that looks just like the report. display it on screen, the user can then interact with it or print it as needed.

Good Luck
ssecca
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top