P
PC
Hi,
I am creating an fixed width text file from data extracted from an access
table. This FW text file will be used to import data into our Accounts
package. In order for the import to work the values have to balance to zero
(i.e. debits and credits etc)
My question is what is the best way to create a query (or table from a
query) that displays the results of a select query on line 1 and the
negative of this result on line 2 which can then be exported to a file.
For example:
Contents of [tblInvoices]
Name Reference Amount
Bloggs Goods In ?100
Required Query Result
Bloggs Goods In $100 D
Bloggs Goods In -$100 C
I hope I've explained this clearly. If not let me know.
Thanks in advance.
...pc
I am creating an fixed width text file from data extracted from an access
table. This FW text file will be used to import data into our Accounts
package. In order for the import to work the values have to balance to zero
(i.e. debits and credits etc)
My question is what is the best way to create a query (or table from a
query) that displays the results of a select query on line 1 and the
negative of this result on line 2 which can then be exported to a file.
For example:
Contents of [tblInvoices]
Name Reference Amount
Bloggs Goods In ?100
Required Query Result
Bloggs Goods In $100 D
Bloggs Goods In -$100 C
I hope I've explained this clearly. If not let me know.
Thanks in advance.
...pc