C
Chaplain Doug
Is there a way to do an append query and set a particual
field to a value in all records appended? I am currently
using for exmaple:
INSERT INTO [Grades] SELECT * FROM [Grades Archive] WHERE
[StudentID]=<StudentID>
I want all the records appended to have for instance their
[StudentID] field set to a particular value rather than
the value that currently resides in Grades Archive.
Thanks for the help.
field to a value in all records appended? I am currently
using for exmaple:
INSERT INTO [Grades] SELECT * FROM [Grades Archive] WHERE
[StudentID]=<StudentID>
I want all the records appended to have for instance their
[StudentID] field set to a particular value rather than
the value that currently resides in Grades Archive.
Thanks for the help.