in my form I’ve managed to lock a group of fields based on their tag property. But since some of these controls need to be unlocked (based on the user) I’m having difficulty working around that. What property could I use other than the tag property to go back & open a few of them.
I’d written a lockTax function that would lock all the controls with “tagTax” property but now need to unlock a few of them. there are 4 controls & not all of them are used, based upon the user.
I’d written another unlockTax function then that used a for loop for the controls with the “tagTax” property, and then based on a case that tells which user it is, I couldn’t come up with adequate criteria to do my unlocking. I have about 4 users and each one only uses 1 to 2 of the 4 controls at a time.
I’d written a lockTax function that would lock all the controls with “tagTax” property but now need to unlock a few of them. there are 4 controls & not all of them are used, based upon the user.
I’d written another unlockTax function then that used a for loop for the controls with the “tagTax” property, and then based on a case that tells which user it is, I couldn’t come up with adequate criteria to do my unlocking. I have about 4 users and each one only uses 1 to 2 of the 4 controls at a time.