I have a form listing all students in an Access 2003 database. One control button [Initial Assessment] next to each students name has a macro which opens a new form designed specifically for the initial assessment. It also sets values in the new form, taking the Students ID, Forename, Surname, Course from the previous form listing all students. This was to reduce the re-typing of the same data.
As initial assessments are only intended to be done once. Is there some way i can alter my macro or add something to ensure that each student can only have one initial assessment done as it would only be when running the report that you find out if the student has had their initial assessment entered more than once.? The data for the initial assessment is stored in a table [tblinitass]
Any help would make life easier.
Croston Scottish
As initial assessments are only intended to be done once. Is there some way i can alter my macro or add something to ensure that each student can only have one initial assessment done as it would only be when running the report that you find out if the student has had their initial assessment entered more than once.? The data for the initial assessment is stored in a table [tblinitass]
Any help would make life easier.
Croston Scottish
Comment