tex box not selectable property

  • Thread starter Thread starter Guest
  • Start date Start date
Hi,
you might find any of these three properties helpful:

Me.YourControl.Enabled = False
Me.YourControl.Locked = True
Me.YourControl.Visible = False

HTH
Good luck
 
Back
Top