Query1 has one result like the following
Query2 has results like the fowloing:
A table or query is required which has the record from query1 and those records from query2 whit ID greater than the ID of the record in query1. The following is what the result is like
Thank you
Code:
ID studentname lectureplace lecturesubject
23 jack A Geography
Code:
ID studentname lectureplace lecturesubject
12 jack A Biology
18 jack c politics
20 jack B math
22 jack A math
27 jack B math
29 jack A politics
Code:
ID studentname lectureplace lecturesubject
23 jack A Geography
27 jack B math
29 jack A politics