horsecarriage
Programmer
while moving through a recordset I need to be able to identify records that have the following format:
6535-5
in other words
digit digit digit dash digit
The record comes from an access database with the field datatype set to text.
One thing to keep in mind is that the record can be of the following format:
6535-5?A
but it doesn't have to be. Some records go beyond the first 6 characters, but I am not interested in what comes after, I just need to make sure the script recognizes records that are longer than 6 characters as well.
I need to do this with asp and vb
thanks for your help
6535-5
in other words
digit digit digit dash digit
The record comes from an access database with the field datatype set to text.
One thing to keep in mind is that the record can be of the following format:
6535-5?A
but it doesn't have to be. Some records go beyond the first 6 characters, but I am not interested in what comes after, I just need to make sure the script recognizes records that are longer than 6 characters as well.
I need to do this with asp and vb
thanks for your help