Restrict a Table

R

Rick Brandt

One way:

Create an INTEGER field in your table and the Validation Rule is set to

IN (1,2,3)

Then set the Required property to True.

Now you have to supply a value for the field and it can only be 1,2 or
3.


It would also need to be uniquely indexed though.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top