madrav72
12-01-2001, 09:28 AM
hi this is prob fairly simple
i had this prob before and fixed it but i seemed to have forgotten how. basically the expected no of appended records should be 2 buts trying to append 6 in other words there is repetition.
all im tring to do is to append data from one table which contains a id, an amount and date into another table with same structure but slightly different names.
access generates the code for this query as follows...
INSERT INTO [DATA STORAGE] ( [CHQ NO], AMOUNT, TRANSCODE, [DATE INSERTED] )
SELECT test.chequeno, test.amount, test.transcode, test.date
FROM test, [DATA STORAGE]
ORDER BY test.chequeno;
please give me any suggestions!!
cheers!!
i had this prob before and fixed it but i seemed to have forgotten how. basically the expected no of appended records should be 2 buts trying to append 6 in other words there is repetition.
all im tring to do is to append data from one table which contains a id, an amount and date into another table with same structure but slightly different names.
access generates the code for this query as follows...
INSERT INTO [DATA STORAGE] ( [CHQ NO], AMOUNT, TRANSCODE, [DATE INSERTED] )
SELECT test.chequeno, test.amount, test.transcode, test.date
FROM test, [DATA STORAGE]
ORDER BY test.chequeno;
please give me any suggestions!!
cheers!!