database

  • Thread starter Thread starter Ber
  • Start date Start date
B

Ber

How can i enter a ISBN number into a database without it telling me that it
is invalid
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top