Hi Kiwiman,
Thanks for your help with this, need a little more with the code you gave me please.
I put an Event Procedure in the 'On Current' on the form and put the code:
Private Sub Form_Current()
Select Case Me.callcount
Case Is = 1
textboxa.Visible = True
textboxb.Visible = False...