T
tryit
I want a button to appear only when the current record is the
acNewRec. In pseudocode:
If form is on acNewRec Then
Me.Mybtn.Visible = True
Else
Me.Mybtn.Visible = False
End if
My questions:
Which Form event do I put this in?
What is the correct way to write the If line?
Thanks,
TI
acNewRec. In pseudocode:
If form is on acNewRec Then
Me.Mybtn.Visible = True
Else
Me.Mybtn.Visible = False
End if
My questions:
Which Form event do I put this in?
What is the correct way to write the If line?
Thanks,
TI