#NUM! What does it mean?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In linking a new table to a .csv table, a date/time field and an account
number field (17 characters), I get this as a result
 
In linking a new table to a .csv table, a date/time field and an account
number field (17 characters), I get this as a result

Use a Text datatype rather than a number (select the column in the
file import wizard and tell Access it's a text type field rather than
a number). 17 decimals is more than the default Long Integer datatype
can handle, and you'll never be doing math with this field anyway.

John W. Vinson[MVP]
 

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