evergreean
Technical User
I have an Access 2000 database that is populated from a Web Front end application. The database usually stores about 100 records and has 1 or 2 concurrent users. I have a field called Status that stores about 10 to 20 sentences of Status information that is entered once a week.
Each time someone updates a Status field it copies the old status to History1 field and History1 is copied to History2 field and History2 field is copied to History3 field.
Everything works well but now I need to know how I would store the old data that is eliminated in the History3 field.
Basically never lose any history data. I could put it in one big field called Archive but I think Access limit on a memo field is 65,000 characters?
Please advise how I should store this information because status is updated once a week and I will sometimes need to store up to 52 weeks of data.
Table fields:
Each time someone updates a Status field it copies the old status to History1 field and History1 is copied to History2 field and History2 field is copied to History3 field.
Everything works well but now I need to know how I would store the old data that is eliminated in the History3 field.
Basically never lose any history data. I could put it in one big field called Archive but I think Access limit on a memo field is 65,000 characters?
Please advise how I should store this information because status is updated once a week and I will sometimes need to store up to 52 weeks of data.
Table fields:
Code:
Project_id
Status
History1
History2
History3