Hi,
I am working on a database for tracking activities done by location. My problem is how to split my Act table since I found the Act definition is really complicated. For example, there are ten activities:
(ACT1,ACT2,ACT3, ACT4, ACT5, ACT6, ACT7, ACT8, ACT9, ACT10) and some activities are related to some specific subactivities:
ACT SubAct
1 no
2 no
3 3sub1
3 3sub2
4 no
5 5sub1
5 5sub2
5 5sub3
5 5sub4
5 5sub5
etc
and the worse part is every Act have some different fileds to fill and so do the combination of Act and SubAct.
Could anyone tell me how to handle this???
Regards,
May
I am working on a database for tracking activities done by location. My problem is how to split my Act table since I found the Act definition is really complicated. For example, there are ten activities:
(ACT1,ACT2,ACT3, ACT4, ACT5, ACT6, ACT7, ACT8, ACT9, ACT10) and some activities are related to some specific subactivities:
ACT SubAct
1 no
2 no
3 3sub1
3 3sub2
4 no
5 5sub1
5 5sub2
5 5sub3
5 5sub4
5 5sub5
etc
and the worse part is every Act have some different fileds to fill and so do the combination of Act and SubAct.
Could anyone tell me how to handle this???
Regards,
May