Today 08:21 PM
maintt
Hi all
i am creating a student attendance database for 190 students, students are allocated two hour sessions, tue to fri, and am or pm, i have created a table with the following:
StudentT
StudentID
LastName
FirstName
StartDate
ReviewDate
then i have created a query using the above and then added the dateadd expression to add a date 7 days in the future to the start date and then again 24 times ie; class1 to class 25
i then created a form using the query and the form shows all the above and when you enter a start date class 1 to 25 fills in automatically the course dates, my problem is that if a student does not attend i cannot overwrite the date field on the form, my boss wants to be able to put a new date in where the student didn't turn in and have the form recalculate the new attendance dates
any help would be appreciated
maintt