K
KWhamill
This particular issue is giving me fits. I have a qry which is supposed to
prepare certain records for export to upload into a Database. There are two
apparent issues. The first is that the transaction number is five digits
However when it is exported ends up looking like 12345.00, the data uploader
does not like this. The other problem is that the transaction amount which is
in millions comes in Sci-notation ( or maybe just fixed) which the uploader
also does not like. I have attempted a couple of different ways to format the
numbers in the qry to no avail.
one pertinant restriction, the file must be *.csv or *.tab
Note: I can export this whole thing as a single *.xls then save the
individual tabs as *.csv and it works fine. I would however like to work
around this step.
prepare certain records for export to upload into a Database. There are two
apparent issues. The first is that the transaction number is five digits
However when it is exported ends up looking like 12345.00, the data uploader
does not like this. The other problem is that the transaction amount which is
in millions comes in Sci-notation ( or maybe just fixed) which the uploader
also does not like. I have attempted a couple of different ways to format the
numbers in the qry to no avail.
one pertinant restriction, the file must be *.csv or *.tab
Note: I can export this whole thing as a single *.xls then save the
individual tabs as *.csv and it works fine. I would however like to work
around this step.