I have a database that is a survey. It loads the question ID's into the table with the questions showing on the entry form for answers, but the questions will change every six months. They still want to be able to run reports off months previous, which will be different questions.
I've thought about how to do this in a very simple way...adding the revision date to the question table and loading them according to the date of the survey using an append query.
Is there a better way to do this?
I've thought about how to do this in a very simple way...adding the revision date to the question table and loading them according to the date of the survey using an append query.
Is there a better way to do this?