I have 2 tables
tblStudents
tblFees
tblStudents has all the info on the students and the StudentID is the PK
tblFees is empty. Field1 is StudentID, Fields2 to 10 are the 'Periods'
The idea is to enter amounts in here once they have paid.
I'm trying to build a query that will take the StudentID from the tblStudents and drop it into tblFees.
I need to run this query everyweek and would like the query to add onto tblFees any new starters.
What type of query should i build and how?
Many thanks
tblStudents
tblFees
tblStudents has all the info on the students and the StudentID is the PK
tblFees is empty. Field1 is StudentID, Fields2 to 10 are the 'Periods'
The idea is to enter amounts in here once they have paid.
I'm trying to build a query that will take the StudentID from the tblStudents and drop it into tblFees.
I need to run this query everyweek and would like the query to add onto tblFees any new starters.
What type of query should i build and how?
Many thanks