Re: Form hide / unhide
From: DebbieG (debbieg_at_accessus-REMOVE-THIS-.net)
Date: 04/26/04
- Next message: Pavel Romashkin: "Re: Please help!"
- Previous message: anonymous_at_discussions.microsoft.com: "Re: Please help!"
- In reply to: xavier: "Form hide / unhide"
- Next in thread: Pavel Romashkin: "Re: Form hide / unhide"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 26 Apr 2004 10:50:52 -0500
Xavier,
Here's a thought. In the YesNoField's AfterUpdate event:
If YesNoField = True Then
Me.SubFormIdentifierName.Visible = True
Else
Me.SubFormIdentifierName.Visible = False
End If
Debbie
"xavier" <anonymous@discussions.microsoft.com> wrote in message
news:442e01c42b89$cdb0b380$a501280a@phx.gbl...
This is a repost, the suggestion I got before didn't
really help, Ill explain again what I want to acomplish.
I have a main form with a sub form, I would like the
subform either to be grayed out or not visible at all
unless a yes/no box in the main form is checked.
Or alternate solution would be a form button to open the
second form (wouldnt be a subform anymore) but how do I
keep it linked to the main form when data is added to
this second form.
I can do the form button but cant keep records in sync,
I open a particular record > open the form (via a button
on main form) add info on the second form but if I close
and return to this same record and second form the data
is not there but it is in the table that feeds the second
form.
Thanks
Xavier
- Next message: Pavel Romashkin: "Re: Please help!"
- Previous message: anonymous_at_discussions.microsoft.com: "Re: Please help!"
- In reply to: xavier: "Form hide / unhide"
- Next in thread: Pavel Romashkin: "Re: Form hide / unhide"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|