V
viddom
I am trying to select a group of data from one table to insert it into
another one, but I am new using SQL comands and the one I created is not
working, please take a look and let me know what is wrong:
SELECT [Teilnehmer-Nr]
FROM TeilnehmerStatus
WHERE ((Teilnehmer.Member=True))
INSERT INTO Registrierung([Teilnehmer-Nr],Activity)
VALUES([Teilnehmer-Nr],MountainTrip);
Note:I will use this to create a macro that will take data from one
table,according to some criteria,and will insert it in another table.Also, it
will assign a value,for each copied record, in a defined field.If you know
something similar,please let me know
another one, but I am new using SQL comands and the one I created is not
working, please take a look and let me know what is wrong:
SELECT [Teilnehmer-Nr]
FROM TeilnehmerStatus
WHERE ((Teilnehmer.Member=True))
INSERT INTO Registrierung([Teilnehmer-Nr],Activity)
VALUES([Teilnehmer-Nr],MountainTrip);
Note:I will use this to create a macro that will take data from one
table,according to some criteria,and will insert it in another table.Also, it
will assign a value,for each copied record, in a defined field.If you know
something similar,please let me know