Changing the Field Size

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

Guest

I create a table via importing from a csv file. I have a field that does not
populate in the table. Could it be because the number of characters ? Here's
one that was in the csv file but did not populate on the access table:

0510050000028556

Thank you in advance.
 
If you want to keep the leading zero's , you need a create text type field,
and change the size of it
If you don't need the leading zero's and you want the type of the field to
be number, most likely it's long or integer now, change it to Double Or single
 

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