C
Chadi Ghazal
hi there,
i have a problem while appending records from one table to another
here is a small description of my problem:
i have two tables materials and results
i want to read all materials in a specific class from the materials table
and append them to the result table. but in the result table i want to add
the same material for each semester.
for example: if i had in a specific class math and english i want to append
to the result table empty records containing math and english for each
semester so i will get math and english for the first semester and again
math and english for the second semester etc... while at the same time being
able to update the semester id in the result table
can somebody help
thanks
i have a problem while appending records from one table to another
here is a small description of my problem:
i have two tables materials and results
i want to read all materials in a specific class from the materials table
and append them to the result table. but in the result table i want to add
the same material for each semester.
for example: if i had in a specific class math and english i want to append
to the result table empty records containing math and english for each
semester so i will get math and english for the first semester and again
math and english for the second semester etc... while at the same time being
able to update the semester id in the result table
can somebody help
thanks