Okay.
I have a Access MDB file I use to manage my business inventory. There is only one table that matters.
I am trying to bring in data from another app by saving the data to a tab-delimited file and then importing into Access.
The data comes in nicely from the other file into a table in Access.
When I’m copying the data into the main table in my MDB… the data turns into just integers. No post-decimal information is displayed.
The field in the MDB file that is giving me fits is named ‘manp3’.
I’m looking at it right now in Access.
Data type is Number.
Field Size is Integer.
Required is No.
Indexed is No.
Text Align is General.
Any clues?