N numa2 Jan 20, 2004 #1 What expression would prevent data entry after a value is all ready entered. >0
P PC Datasheet Jan 21, 2004 #2 Me!NameOfNextControlInTabOrder.SetFocus Me!NameOfControlToLock.Locked = True Me!NameOfControlToLock.Enabled = False
Me!NameOfNextControlInTabOrder.SetFocus Me!NameOfControlToLock.Locked = True Me!NameOfControlToLock.Enabled = False