Form / Subform

scouser

Registered User.
Local time
Today, 18:43
Joined
Nov 25, 2003
Messages
767
Hi guys. I have a menu 'frmMenu' with a subform 'frmMenuSubform'.

'frmMenu' has number of buttons that when clicked display related data in 'frmMenuSubform'.

i.e. If you select Input Form button the subform displays all Forms that allow for data input.

Currently when for frmMenu opens the subform displays all records for all buttons. I would like the subform to either display data for one of the buttons only or to display no data until a button is selected.

Advice as always very much appreciated.
Phil.
 
Probably the easiest method is to just set the subform's visible property to false until a selection is made.
 
Thanks

Thanks Bob, that worked a treat.
Phil.
 

Users who are viewing this thread

Back
Top Bottom