D
DominicGreco via AccessMonster.com
I want to make it so that the user is required to fill in each text/combo/or
list box on the form before moving to the next.
I figure this is pretty easy. In the Table properties, I set the "Required"
property to YES and the Allow Zero length to NO. In the control's property
box I set the Validation Rule to "<> = Null" or IS NOT NULL.
So I can't have a zero length entry, and I can't have a Null one.
HOWEVER, when I start the form the first Combobox I must fill is the Employee
Name. If I "TAB" over it, and input info into the next combobox, it WORKS! I
can even save the record!
Now I know for a fact that the "<> = Null" works because if I try to put a
"SPACE" in (using the space bar) and then tab to the next combo box, I get a
msgbox with my Validation text in it.
What am I missing here?
list box on the form before moving to the next.
I figure this is pretty easy. In the Table properties, I set the "Required"
property to YES and the Allow Zero length to NO. In the control's property
box I set the Validation Rule to "<> = Null" or IS NOT NULL.
So I can't have a zero length entry, and I can't have a Null one.
HOWEVER, when I start the form the first Combobox I must fill is the Employee
Name. If I "TAB" over it, and input info into the next combobox, it WORKS! I
can even save the record!
Now I know for a fact that the "<> = Null" works because if I try to put a
"SPACE" in (using the space bar) and then tab to the next combo box, I get a
msgbox with my Validation text in it.
What am I missing here?