G
Guest
This is very frustrating.
I have two ID field, both doubles. ID1 is in an Access table, ID2 is in a
linked table in Oracle. When I export my query as fixed text file, I am
getting two decimals added to ID1, but not ID2. I've tried converting ID1
to a string using cstr(ID1) without success. I've tried using
Format(ID1,"0"), same thing. ID1 is the first field in the export. If I
make it the 2nd or the 3rd, I lose the decimals.
I'm stumped. Any help would be appreciated.
Paul
I have two ID field, both doubles. ID1 is in an Access table, ID2 is in a
linked table in Oracle. When I export my query as fixed text file, I am
getting two decimals added to ID1, but not ID2. I've tried converting ID1
to a string using cstr(ID1) without success. I've tried using
Format(ID1,"0"), same thing. ID1 is the first field in the export. If I
make it the 2nd or the 3rd, I lose the decimals.
I'm stumped. Any help would be appreciated.
Paul