Access table (1 Viewer)

sree

Registered User.
Local time
Today, 14:34
Joined
Mar 25, 2009
Messages
17
how do I validate table field to check no of digits to enter
example:
I would like to enter only 7 digits in a field, it should not accept lesser than 7 digits or more than 7 digits

Thanks
 

DanWall

Registered User.
Local time
Today, 22:34
Joined
Aug 11, 2008
Messages
78
set the validation rule on the table field to:

Like "???????"
 

sree

Registered User.
Local time
Today, 14:34
Joined
Mar 25, 2009
Messages
17
set the validation rule on the table field to:

Like "???????"

Thank you very much it is working perfect
 

Users who are viewing this thread

Top Bottom