Limit combo box to list or Null

B

bh

How would I set a validation rule to effectively "limit to list" a combo box
field, but also allow nulls? Thanks in advance.
 
A

Allen Browne

bh said:
How would I set a validation rule to effectively "limit to list" a combo
box field, but also allow nulls? Thanks in advance.

No action needed. That's the default behavior for Access.

LimitToList does not block nulls. (Make sure you are using null, not a
zero-length string.)
 
Top