D
dang nguyen via AccessMonster.com
I have a database that employees complete annual assessments on. There are two types of assessments, an initial assessment and an annual review. After an employee completes an initial assessment, I want the ability for them to "Review" their initial assessment so they can make any changes from the previous year. I was thinking about doing this by copying all the tables associated with the initial assessment and giving this review assessment a different id. I am thinking that I would do an append query based on the certain criteria, however, there are relationships with other fields in other tables that are autonumber fields. I am not sure how to copy all these relationships.
Any help please.
the basic structure is
tbl assesssment
-assessment_ID (autonumber)
-Locations_ID
-etc.
tbl locations
-Location_ID (autonumber)
-Location Name
-Assessment_ID
-Details...
tbl observations
-Obseravation_ID (autonumber)
-Location_ID
-Assessment_ID
-Details...
Any help please.
the basic structure is
tbl assesssment
-assessment_ID (autonumber)
-Locations_ID
-etc.
tbl locations
-Location_ID (autonumber)
-Location Name
-Assessment_ID
-Details...
tbl observations
-Obseravation_ID (autonumber)
-Location_ID
-Assessment_ID
-Details...