Re: true or false on tabbed pages visibility
- From: "Rick B" <Anonymous>
- Date: Thu, 26 May 2005 16:40:58 -0500
You would need to put this event in the ON CURRENT event so that it fires as
you move from one record to another.
--
Rick B
"Squibbly2" <antispam@xxxxxxxxxxx> wrote in message
news:d75fk0$2cj$1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> i got tabbed pages on my form
>
>
> and the coding for this goes like this
> If xxxx = False Then
> Me!Page2.Visible = False
> Else
> Me!Page2.Visible = True
>
> xxxx is a yes/no control as you may aswell know, the problem is when this
is
> true or false then the whole form either goes from visible or non-visible
> regardless what record is shown. how do i do this for specific records or
> can't i do that?
>
>
>
.
- Follow-Ups:
- Re: true or false on tabbed pages visibility
- From: Squibbly2
- Re: true or false on tabbed pages visibility
- From: Squibbly2
- Re: true or false on tabbed pages visibility
- References:
- true or false on tabbed pages visibility
- From: Squibbly2
- true or false on tabbed pages visibility
- Prev by Date: true or false on tabbed pages visibility
- Next by Date: Need to add new number
- Previous by thread: true or false on tabbed pages visibility
- Next by thread: Re: true or false on tabbed pages visibility
- Index(es):
Relevant Pages
|