Read data from one table to another and display info

Greetings all,

I shall start with what my situation is before I explain what I want to do.

Currently: I have a mysql database with one table in it which caputres the following info: StudentID and Module. It adds an autoincriment ID and date.

Each time a student completes a module, it adds a line to the table mentioned above and there are multiple entries for each StudentID.

What I want to do: I would like to capture each item for a particular StudentID into a different table and display that info on a webpage to show the student what they have already completed.

Any assistance will be greatly appreicated.