R
Robert
Can I create a mandatory number of characters in a field when creating a table.
Table 1
Field1 date
Field2 Time
Field3 (12 digit number required by user) 123456789012
If the user does not enter a 12 digit number in field 3 they will receive an
error message and the record will not be created.
Table 1
Field1 date
Field2 Time
Field3 (12 digit number required by user) 123456789012
If the user does not enter a 12 digit number in field 3 they will receive an
error message and the record will not be created.