Hi,
I am back again.
Background: Working on Access 2010
I have a Job table with several fields, however, main fields are
-Property (This is where the jobs are done)
-Service Date( This runs periodically in the same property)
-Completion date (Each Service date has a Completion date)
-Engineer (An engineer could work on any service date on any property)
-Job Sheet (Each service date has a job sheet)
Question.
Given an example of Job on Property "A" being done 4 times in a year, what is the best way to save a record based on each Service date change so that it duplicates the Job id and save the row as unique record?
More info- That means, at any point in the year i can run a report on any property and see the previous details of service done.
Any help?!
I am back again.
Background: Working on Access 2010
I have a Job table with several fields, however, main fields are
-Property (This is where the jobs are done)
-Service Date( This runs periodically in the same property)
-Completion date (Each Service date has a Completion date)
-Engineer (An engineer could work on any service date on any property)
-Job Sheet (Each service date has a job sheet)
Question.
Given an example of Job on Property "A" being done 4 times in a year, what is the best way to save a record based on each Service date change so that it duplicates the Job id and save the row as unique record?
More info- That means, at any point in the year i can run a report on any property and see the previous details of service done.
Any help?!
Comment