My function in a form will not work properly

B

bcoleman

I have a function in a form that is not behaving correctly. Or maybe it is
because there's something i didn't do. The purpose of the function is to
calculate the cost of an expense in each record. However, the field is
calculating together the dollar amounts for all the records in the database
instead of keeping the specific dollar amount for each record. If this is not
confusing and someone understands what i mean, can i get some help?
 
S

Steve Schapel

Bcoleman,

Maybe a specific example would help to make your meaning clear? Plus
the specific details of the function or any calculation expressions you
are using. Thanks.
 
J

John Vinson

I have a function in a form that is not behaving correctly. Or maybe it is
because there's something i didn't do. The purpose of the function is to
calculate the cost of an expense in each record. However, the field is
calculating together the dollar amounts for all the records in the database
instead of keeping the specific dollar amount for each record. If this is not
confusing and someone understands what i mean, can i get some help?

We'd be glad to; it would be very helpful if you would post the code
which is generating the erroneous result. You can see your database...
we cannot.

John W. Vinson[MVP]
 
Top