koresnordic
IS-IT--Management
Probably me being a bit of a noob, but when I try to run this query
INSERT INTO data ( Type, Who, Collection, Item, Qty, [Date], [Time] )
SELECT MAPAMEND_ACCTRANS.F1, MAPAMEND_ACCTRANS.F2, MAPAMEND_ACCTRANS.F3, MAPAMEND_ACCTRANS.F4, MAPAMEND_ACCTRANS.F5, MAPAMEND_ACCTRANS.F6, MAPAMEND_ACCTRANS.F7
FROM MAPAMEND_ACCTRANS;
I get the "item not found in this collection" error.
I have checked to ensure all the fields exist in bith tables.
Not sure if relevent, but "mapamend_acctrans" is linked via ODBC and "data" is in another access database.
Any help appreciated
![[pc] [pc] [pc]](/data/assets/smilies/pc.gif)
Graham
INSERT INTO data ( Type, Who, Collection, Item, Qty, [Date], [Time] )
SELECT MAPAMEND_ACCTRANS.F1, MAPAMEND_ACCTRANS.F2, MAPAMEND_ACCTRANS.F3, MAPAMEND_ACCTRANS.F4, MAPAMEND_ACCTRANS.F5, MAPAMEND_ACCTRANS.F6, MAPAMEND_ACCTRANS.F7
FROM MAPAMEND_ACCTRANS;
I get the "item not found in this collection" error.
I have checked to ensure all the fields exist in bith tables.
Not sure if relevent, but "mapamend_acctrans" is linked via ODBC and "data" is in another access database.
Any help appreciated
![[pc] [pc] [pc]](/data/assets/smilies/pc.gif)
Graham