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

Running Procedure in an Access Report

Status
Not open for further replies.

STRATMAN1

Programmer
Jun 17, 2004
19
US
Greetings to All! I have created report where I want to run a procedure where in the detail section of the report I have a text box with different calculated values. When the text box is 90 points, I want an OLE object to appear, 80 points another OLE object, and so on. If there is no value in the text box, OlE should not be visible. I control the visibility property as a general procedure, but I have to "call" the procedure listed above either in the detail section or in report open (or something), but not sure which area the procedure should appear in or how the arguments should be set. Any help greatly appreciated.
 
Perhaps in the Format event procedure of the Detail section ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top