implied decimal points in text files

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

Guest

I am no doubt aging myself, but I recall in days of old that numeric data in
text files were often stored without the decimal point. This harkens back to
the bad-old-days of FORTRAN and such. I have a file with such data. I know
that I can import it as real, create a query that divides the number by 100
(for 2 decimal places) and then save the query as a table. That seems an
awful lot of bother. Is there a way to let Access XP know that the data has
an implied decimal point in the input process?
 
AFAIK, there's no way to do it while using the Import Wizard, or a
TransferText action. rather than making an additional table from a
make-table query, though, you could import the data (making sure the field
in question is data type Double) and run an Update query on the original
table data, using the "divide by 100" solution.

hth
 

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