guys,
i am trying to build a table to store all the history events for a task: like, when was carried out (date/time format), who carried it out, using how many resources, and so on. all these info are different types of formats: from date/time, number and text.
i want to create a ContentTable to hold all these tasks (could go up to hundreds), and then a TaskTable related to the ContentTable for each individual task. in the TaskTable i want to record all the history of that single task. these tasks could be carried out on a daily basis, or weeks (if makes any difference).i am not sure about the functionality of this, if the combination of a big table and then hundreds of other tables could work, and how will access react when working with this data.
but my biggest problem is that i am not sure where to start from. in the end i need to be able to report all these info as a history report for each individual task.
i would appreciate any input of yours.
regards,
george
i am trying to build a table to store all the history events for a task: like, when was carried out (date/time format), who carried it out, using how many resources, and so on. all these info are different types of formats: from date/time, number and text.
i want to create a ContentTable to hold all these tasks (could go up to hundreds), and then a TaskTable related to the ContentTable for each individual task. in the TaskTable i want to record all the history of that single task. these tasks could be carried out on a daily basis, or weeks (if makes any difference).i am not sure about the functionality of this, if the combination of a big table and then hundreds of other tables could work, and how will access react when working with this data.
but my biggest problem is that i am not sure where to start from. in the end i need to be able to report all these info as a history report for each individual task.
i would appreciate any input of yours.
regards,
george