J
Jean-Paul De Winter
Hi
I crearted a continuous form
Depending of what the value of a field is, I want to show or hide other
object
The first record is OK, others don't follow the "rules"
In the current event I wrote:
If Me!vak = "XYZ" Then
Me!BGV_Methode.Visible = False
Else
Me!BGV_Methode.Visible = True
End If
Who can help?
Thanks
JP
I crearted a continuous form
Depending of what the value of a field is, I want to show or hide other
object
The first record is OK, others don't follow the "rules"
In the current event I wrote:
If Me!vak = "XYZ" Then
Me!BGV_Methode.Visible = False
Else
Me!BGV_Methode.Visible = True
End If
Who can help?
Thanks
JP