#Error in form calculation

Ask a Question related to Microsoft Access, Design and Development.

  1. #1

    Default #Error in form calculation

    I get #Error in a simple =sum([Field1]) calcualtion in a
    form's footer. Same formula works just fine in another
    form. What could be a reason for the formula to error, and
    what are common causes for #Error in Access forms?

    Very much appreciate the help! Deadline tomorrow morning!

    Max
    Max Guest

  2. Similar Questions and Discussions

    1. serious acrobat 8 calculation error
      anyone else having trouble with resetting the order of calculations in acrobat 8.0.0? it does not stick for me at all. i set the order, then hit ok....
    2. Calculation
      Hi, I'm trying to take data from my database and add them (like field 1 + field 2). Somehow, it doesn't seem to be working. Anybody would know a...
    3. How to do calculation with the values in 2 form lists?
      Hello, I have 2 form list menus on a page, say list_1 and list_2. Each of the llist meuns has items associted with values. When a item in...
    4. Calculation based on calculation
      I'm new to Acrobat 5.05 and Javascript... I have a simple issue/question: There are 3 columns, QUANTITY, EACHES COST, LINE TOTAL As the...
    5. Form Calculation
      Hi Everyone, I have the following controls in an Access 97 form with a table as the source and the default view as "Continuos Form": ...
  3. #2

    Default Re: #Error in form calculation

    Max,

    If the name of your control is Field1,
    change it to something else, i.e. txtField1
    You will get an #error if the name of the control
    is the same as the name of a field used in your expression.


    --
    Fred

    Please reply only to this newsgroup.
    I do not reply to personal e-mail.


    "Max" <myartsev@ilm.com> wrote in message
    news:04a201c3562d$a8c1b510$a601280a@phx.gbl...
    > I get #Error in a simple =sum([Field1]) calcualtion in a
    > form's footer. Same formula works just fine in another
    > form. What could be a reason for the formula to error, and
    > what are common causes for #Error in Access forms?
    >
    > Very much appreciate the help! Deadline tomorrow morning!
    >
    > Max

    Fredg Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139