dmkennard2
Technical User
Hi,
I have a tickbox, when the tickbox is true i have a textbox appear.
If i scroll through the records the textbox stays visible whether or not the tickbox is true or false on the other records.
Is there a way i can have the form refresh so the textbox stays hidden when scrolling through.
The textbox initially has the visible property set to false and the following statement is behind the tickbox.
If Services.Value = True Then
Notes.Visible = True
Else
Notes.Visible = False
End If
Thanks in advance.
Dazz
I have a tickbox, when the tickbox is true i have a textbox appear.
If i scroll through the records the textbox stays visible whether or not the tickbox is true or false on the other records.
Is there a way i can have the form refresh so the textbox stays hidden when scrolling through.
The textbox initially has the visible property set to false and the following statement is behind the tickbox.
If Services.Value = True Then
Notes.Visible = True
Else
Notes.Visible = False
End If
Thanks in advance.
Dazz