Newbie Design Question

Col

Joined
Jun 7, 2005
Messages
1
Reaction score
0
I'm struggling with how to structure my (first) database. I have a table tblSCRATCHSCORES with records that contain the fields [MEETDATE] [PLAYERNAME] [SCRATCHSCORE1][SCRATCHSCORE2] etc. etc. I'm ultimately wanting a report that will show the results of a series of calculations after every meeting [MEETDATE] The calculations will be Total,Running Sum, Avarage & that sort of thing which will create handicaps, top three scratch players, top three handicap players etc. etc. Do I do the calculations in queries
& then base the Reports upon the queries? Can the queries do this stuff with no input from a user? In order
to do it without user input do I need to create a large amount of queries, one for each player with their name
as the criteria. Any words of wisdom that could steer me in the right direction would be wonderful & very
much appreciated
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top