B
Bob Vance
Is it possible to restrict a table to only 3 Records.....Thanks Bob
Is it possible to restrict a table to only 3 Records.....Thanks Bob
Thanks Rick , My Primary Key only has Long Integer!
and Validation Rule wont
except >0 Or <4
John W. Vinson said:Thanks Rick , My Primary Key only has Long Integer!
Ummm... that can be changed. Or for that matter left alone (though using
only
three out of four billion odd possible values is a bit wasteful)
and Validation Rule wont
except >0 Or <4
Syntax should be
[ID] > 0 AND [ID] < 4
--
John W. Vinson [MVP]
__________ Information from ESET Smart Security, version of virus
signature database 4001 (20090411) __________
The message was checked by ESET Smart Security.
http://www.eset.com
Bob Vance said:Is it possible to restrict a table to only 3 Records.....Thanks Bob