This is the sql without the command you gave me
INSERT INTO lend_trans ( [Product Type], [Internal Account Nbr], [Txn sequence], [Transaction Date], [Transaction Time], [Transaction Display], [Value Date], [Posting Indicator], [Posting Reference], [Transaction Amount], [Txn Future Balance], [Txn Current Balance], [Txn Arrears Balance], [Txn Pnlty Int Balance], [Waive Fee], [Txn Source], [Txn Source Surrogate], [Organisation Unit Type id], [Organisation Unit id], [Key person initials], [Transaction code], [Teller Session ID], [Clearance Date], [Txn Use Code], [Transaction Slip Nbr], [Spare Txn Flag 1], [Spare Txn Flag 2], [Spare Txn Date] )
SELECT SOV40PDTA_DDEECPP.EUEECD, SOV40PDTA_DDEECPP.EUNBCD, SOV40PDTA_DDEECPP.EUE0N7, SOV40PDTA_DDEECPP.EUCGD7, SOV40PDTA_DDEECPP.EUAVTM, SOV40PDTA_DDEECPP.EUAJVN, SOV40PDTA_DDEECPP.EUCHD7, SOV40PDTA_DDEECPP.EUELS7, SOV40PDTA_DDEECPP.EUD5C7, SOV40PDTA_DDEECPP.EUBNV7, SOV40PDTA_DDEECPP.EUB1V7, SOV40PDTA_DDEECPP.EUYLV7, SOV40PDTA_DDEECPP.EUN6VA, SOV40PDTA_DDEECPP.EUOKVA, SOV40PDTA_DDEECPP.EUUDST, SOV40PDTA_DDEECPP.EUREST, SOV40PDTA_DDEECPP.EUAMCD, SOV40PDTA_DDEECPP.EUHRCD, SOV40PDTA_DDEECPP.EUHUCD, SOV40PDTA_DDEECPP.EUI0CD, SOV40PDTA_DDEECPP.EUEBCD, SOV40PDTA_DDEECPP.EUACNR, SOV40PDTA_DDEECPP.EUOGDT, SOV40PDTA_DDEECPP.EUEOSZ, SOV40PDTA_DDEECPP.EUB3S, SOV40PDTA_DDEECPP.EUB4S, SOV40PDTA_DDEECPP.EUJEST, SOV40PDTA_DDEECPP.EUOHDT
FROM SOV40PDTA_DDEECPP
WHERE (((SOV40PDTA_DDEECPP.EUEBCD)="PAYMT"

);
In the field which brings down the date information it is as follows
Field EUCGD7
Table SOV40PDTA_DDEECPP
Append to Transaction Date
It is belonging to the query the query called append_lend_trans
The table that all the information is going to after is has appended the field of information is called
lend_trans
It contains the following criteria
Field Name Transaction Date
Field Type Number
I hope this helps,
Thanks Matt