We use a spreadsheet to record attendance for pupils with special needs. They live-in so we need 365/365 attendance details. The spreadsheet is getting too cumbersome, a Db is needed.
I would like to turn the spreadsheet into a database. In the spreadsheet we have every day listed and then simply enter an attendance code.
for the Db I have 3 tables StudentDetails Attendance TeacherDetails
I use a StudentID as the primary key in both StudentDetails and Attendance
What I cannot work out is how to get the equivalent to our spreadsheet calendar.
I guess that one does not create these in a form but that one uses some clever VBA.
How do I achieve this, presuming there is a solution?
Happy 2009 Lindie
I would like to turn the spreadsheet into a database. In the spreadsheet we have every day listed and then simply enter an attendance code.
for the Db I have 3 tables StudentDetails Attendance TeacherDetails
I use a StudentID as the primary key in both StudentDetails and Attendance
What I cannot work out is how to get the equivalent to our spreadsheet calendar.
I guess that one does not create these in a form but that one uses some clever VBA.
How do I achieve this, presuming there is a solution?
Happy 2009 Lindie
Comment