dbTalk Databases Forums  

golf scores

comp.database.ms-access comp.database.ms-access


Discuss golf scores in the comp.database.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
JohnMc
 
Posts: n/a

Default golf scores - 08-07-2003 , 02:48 PM






I am trying to setup access to score a golf tournament.
I have the tables setup and forms to enter the data.
I have everything in one big table.
I have fields set up for storing each golfers total score.
How do I get access to add up the scores and put them in that
field.

Thanks
John

Reply With Quote
  #2  
Old   
tom
 
Posts: n/a

Default Re: golf scores - 08-11-2003 , 08:55 AM






Generally, you don't want to store calculated fields in a database
(there are some exceptions). In this case, it appears that you would
be better served by calculating the field as you need it. Put the
calculation in a query, and referece that query from the forms and/or
reports. better to have only one query with the calculation, if
possible. this way, if you need to change it for some reason, you
only have to change it in one place.

hope that helps. tom


TiredOldSkier (AT) yahoo (DOT) com (JohnMc) wrote in message news:<20fb9c66.0308071148.20318798 (AT) posting (DOT) google.com>...
Quote:
I am trying to setup access to score a golf tournament.
I have the tables setup and forms to enter the data.
I have everything in one big table.
I have fields set up for storing each golfers total score.
How do I get access to add up the scores and put them in that
field.

Thanks
John

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.