C
Chip1035
This is what I'm trying to do:
One field which is a File Id # which contains numbers and letters
When I save the record I get the error "File Number Must Only Contain Digits."
This is the setup:
The field in the table is set as a primary key and the data type is set as
Text.
The table is linked to another table that has the same info. I did not
create this database & it's fairly complete except we need this field to
include letters & numbers.
One field which is a File Id # which contains numbers and letters
When I save the record I get the error "File Number Must Only Contain Digits."
This is the setup:
The field in the table is set as a primary key and the data type is set as
Text.
The table is linked to another table that has the same info. I did not
create this database & it's fairly complete except we need this field to
include letters & numbers.