Good day,
I’m new to this forum so bare with me if my format is a bit off (if it is please let me know so I can correct it for the future)
I have been dealing with a few "simple" data bases mostly in excel, got to manage creating reports and macros quite well and I keep getting told that access is better for handling information because it can handle more information and is a bit more powerful with queries and what not ...
I completed my undergraduate studies in Computer science mostly dealing with java and C++ and touched some basics about DB but still have questions,
Looking into a few you tube videos for tutorials and help I still have a few questions,
Since I am use to excels format, I'm not too sure on how this is best applies to Access,
I want to create a table for comparison purposes,
my problem comes to I'm not sure if I should just create one large table or several small tables? and where is the happy median of this?
I want to use this values to be able to use a query or report to compare to the scores obtained by individuals depending on their group and team to see what their final score would be,


In excel I just have have it set up as a formula,
Code:
=IF(G5="-","DNQ",IF(G5>=88,50,IF(G5>=83,20,IF(G5>=80,"-",IF(G5<80,"DNQ")))))
but i would like to try and learn to use it as a table,
I kind of put everything in one table and before adding the other teams and groups, wanted to check if this was right?
should I create a different table for each team? what about each group? is it necessary for me to normalize the table?
if each criteria is different depending on the team and group,
thanks for your time, help and advice,