database

A

Arvin Meyer [MVP]

ISBN numbers are TEXT not numbers. Change the datatype of the field in your
table to text.
 
M

Maarkr

you must ensure that the field is designated as a Text data type since some
ISBNs use characters and not all numbers
 
Top