MajP
You've got your good things, and you've got mine.
- Local time
- Today, 10:40
- Joined
- May 21, 2018
- Messages
- 9,499
1) Are you saying this is just a personal DB? You are not tracking multiple people in the database? If so you need to relate daily tasks to a person.
2) I doubt you need a creation date table. That is just a field in another table.
3) As far as tbl levels I think that is (min,plus, and elite). If there are not more fields in that table than a level name than that table is not necessary.
4) Again I think table tasks needs either the level name or the key relating to tblLevels. It needs the selected field if you want to use my approach.
2) I doubt you need a creation date table. That is just a field in another table.
3) As far as tbl levels I think that is (min,plus, and elite). If there are not more fields in that table than a level name than that table is not necessary.
4) Again I think table tasks needs either the level name or the key relating to tblLevels. It needs the selected field if you want to use my approach.