database

  • Thread starter Thread starter Ber
  • Start date Start date
Hi Ber,

Enter the ISBN Number as a text data type and be sure you set the length
long enough.

Steve
(e-mail address removed)
 
ISBN numbers are TEXT not numbers. Change the datatype of the field in your
table to text.
 
you must ensure that the field is designated as a Text data type since some
ISBNs use characters and not all numbers
 
Back
Top