B Ber May 13, 2010 #1 How can i enter a ISBN number into a database without it telling me that it is invalid
S Steve May 13, 2010 #2 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)
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)
A Arvin Meyer [MVP] May 13, 2010 #3 ISBN numbers are TEXT not numbers. Change the datatype of the field in your table to text.
M Maarkr May 13, 2010 #4 you must ensure that the field is designated as a Text data type since some ISBNs use characters and not all numbers
you must ensure that the field is designated as a Text data type since some ISBNs use characters and not all numbers