Results 1 to 4 of 4
  1. #1
    Rigsby is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jan 2011
    Posts
    3

    slight number problem

    Hi all
    I have a number problem in my sports ( Frisbee dog ) points table.
    The table is set up with the following fields; handler, dog, throw1,2,3,4,5,6,7,8,9,10,11,12,total points.
    I have given each throw field a default value of 0.
    I have given the total points field a calculation of throw1+throw2+throw3 etc all the way to throw12.
    All of the above work fine. The only problem is I cant distinguish from what might be a score of 0 and the default value(0) which is important to me as I may need to calculate the average score per throw in the event of a tied score.
    my Questions are 1) is there any way of making the default value invisible. 2) is there a better way of calculating my table this is my first ever database so im on a steep learning curve.
    Any help will be very much appreciated
    Thanx
    Kevin

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Don't set the field default of 0. Let it default to Null until a number has been entered.

  3. #3
    Rigsby is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jan 2011
    Posts
    3
    Thanks Ruralguy that tidies the table nicely, but my total points calculated field, [Throw1]+[throw2]+[throw3] etc to [throw12] dosnt now return a value

  4. #4
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    That formula should be in a query and you will now need to avail yourself of the Nz() Function.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Form Filter Causing slight problem
    By cowboy in forum Forms
    Replies: 3
    Last Post: 04-15-2010, 07:32 AM
  2. Making New Record Number Next Numerical Number
    By jhillbrown in forum Access
    Replies: 1
    Last Post: 03-10-2010, 11:06 AM
  3. Newbie format number problem
    By mrbob2 in forum Queries
    Replies: 9
    Last Post: 01-18-2010, 07:18 AM
  4. Replies: 4
    Last Post: 08-27-2009, 01:21 AM
  5. Sum Of Positive Number and Negative Number
    By maysamab in forum Reports
    Replies: 1
    Last Post: 10-20-2008, 04:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums