limiting data in a field

J

jamccarley

I have a database that tracks all of the parts we place on hold. One of the
fields contains the lot number of the parts. There is only suposed to be one
lot per record. I have limited the text to only allow 7 caracters and I
cannot take that any lower. Is there any way to add a validation rule that
will not allow a comma in the field?
 
J

John W. Vinson

I have a database that tracks all of the parts we place on hold. One of the
fields contains the lot number of the parts. There is only suposed to be one
lot per record. I have limited the text to only allow 7 caracters and I
cannot take that any lower. Is there any way to add a validation rule that
will not allow a comma in the field?

NOT LIKE "*,*"
 

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