Array

From: Snurre (anonymous_at_discussions.microsoft.com)
Date: 04/30/04


Date: Fri, 30 Apr 2004 04:15:57 -0700

Hi, is it possible to use an arry or somthing else for
this, I have lots of fields on a form (30-40), locking and
unlocking depending on users choice. After a while I must
reopen these fields again.

Me!Text28.Locked = True
Me!Text28.Enabled = True
Me!Text28.BackStyle = 1
Me!Text28.BackColor = vbWhite

Me!Text27.Locked = True
Me!Text27.Enabled = True
Me!Text27.BackStyle = 1
Me!Text27.BackColor = vbWhite

regards
Snurre