O
-Obama
I am using access 97. How do I limit the number of character of a control in
a form at form level? Thanks.
a form at form level? Thanks.
Jeanette Cunningham said:-Obama,
you could do this in the table by adjusting the Field Size property for
that
field if it is a text field.
For a number field you could write a validation rule for the table like
this:
For a field called MyNbrTest
Validation rule: Len([MyNbrTest])<7
Validation text: No more than 6 digits allowed
Jeanette Cunningham
-Obama said:I am using access 97. How do I limit the number of character of a control
in a form at form level? Thanks.
-Obama said:Thanks, Can I do it in a form level?
Jeanette Cunningham said:-Obama,
you could do this in the table by adjusting the Field Size property for
that
field if it is a text field.
For a number field you could write a validation rule for the table like
this:
For a field called MyNbrTest
Validation rule: Len([MyNbrTest])<7
Validation text: No more than 6 digits allowed
Jeanette Cunningham
-Obama said:I am using access 97. How do I limit the number of character of a control
in a form at form level? Thanks.
-Obama said:Thanks, Can I do it in a form level?
Jeanette Cunningham said:-Obama,
you could do this in the table by adjusting the Field Size property for
that
field if it is a text field.
For a number field you could write a validation rule for the table like
this:
For a field called MyNbrTest
Validation rule: Len([MyNbrTest])<7
Validation text: No more than 6 digits allowed
Jeanette Cunningham
-Obama said:I am using access 97. How do I limit the number of character of a control
in a form at form level? Thanks.