Open Report when clicking label for Text Box (1 Viewer)

TheTubaGeek

New member
Local time
Yesterday, 19:00
Joined
Jun 18, 2011
Messages
9
I've done a little searching online but have not had much luck, so I'm hoping someone on the forum knows what to do ...

I have a form with multiple Text boxes. The Text Boxes are showing summary results, but I want to be able to load more detailed reports I have developed when I click on the label for each Text Box.

Is this possible, or do I need to use a different object to achieve this result?
 

CJ_London

Super Moderator
Staff member
Local time
Today, 00:00
Joined
Feb 19, 2013
Messages
16,607
you can use the click event on a label providing it is unbound. If it is bound to a control, then it will take its events from the control it is bound to.

to unbind a label, select it and delete it, then paste it again - it will probably appear top left of the form section it was in, so drag it back to where you want it
 

Users who are viewing this thread

Top Bottom