X
xg
I have a table called Course need to be updated. It is like this:
Sect Type
0352
0352
0352
1376
1376
1376
1376
1408
1408
1451
1452
I use another table called FixFall to update Course. It is like this:
Sect Type
0352 1
0352 3
0352 3
1376 1
1376 1
1376 3
1376 3
1408 1
1408 3
1451 3
1452 3
I want Type code in FixFall inserted in Type code in Course when the Sect
match and in that sequence. Both tables should have exact number of records
but actually Course has 2825 records and FixFall has 2840 records and I
don't know why.
I know this might be done in recordset to go through each record but I just
don't know how. Please help. Thanks
Sect Type
0352
0352
0352
1376
1376
1376
1376
1408
1408
1451
1452
I use another table called FixFall to update Course. It is like this:
Sect Type
0352 1
0352 3
0352 3
1376 1
1376 1
1376 3
1376 3
1408 1
1408 3
1451 3
1452 3
I want Type code in FixFall inserted in Type code in Course when the Sect
match and in that sequence. Both tables should have exact number of records
but actually Course has 2825 records and FixFall has 2840 records and I
don't know why.
I know this might be done in recordset to go through each record but I just
don't know how. Please help. Thanks