Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Validation Rule!
Message
From
05/04/1997 14:20:02
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00027148
Message ID:
00027149
Views:
31
>Hello!
>I would like to find out how can I set a validation rule for a field where it will only accept values - in this case #’s (ie. 111,112,113,114,115,254,266,277,298) from another table. This will eliminate the process of vrifying. Thanks for your cooperation.

IF NOT INLIST(yourfield,111,112,113,114,...)
FAILED
ENDIF
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform