Hi,
Have tried but can not get it to work.
I want it to react as I increment through the records.
Code used is
Private Sub Continuation_BeforeUpdate(Cancel As Integer)
If Me![Continuation] = "hello" Then
Me![BtnContinuation].Visible = True
Else
Me![BtnContinuation].Visible = False
End If
End Sub
Thanks for any help