Re: equation in form won't equal
- From: "Al Camp" <anon@xxxxxxxx>
- Date: Thu, 8 Sep 2005 13:47:01 -0400
Tammy,
Try... (the formula must be all on one line, and assuming all your
objects are correctly named in the arguments)
Forms!frm_request!Casefreight =
Forms!frm_request!Frm_Request_Items.Form!sumcasefreight
Also, since CaseFrieght is a calculated field, it might be easier just to
place an unbound Text control on your main form with a ControlSource of...
= Forms!frm_request!Casefreight =
Forms!frm_request!Frm_Request_Items.Form!sumcasefreight
Given that you refresh the subform when the sumcasefreight should change,
CaseFreight should always display the correct amount.
hth
Al Camp
Candia Computer Consulting - Candia NH
http://home.comcast.net/~cccsolutions
"Tammy F" <TammyF@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:126B9925-7881-46EB-9C0B-B120EE9970B9@xxxxxxxxxxxxxxxx
>I have a button, that upon pushing is supposed to fill other fields in from
> the subform....
> 1. It worked at one point- and now it won't!
> 2. is there a better way to do this?
>
> Forms!frm_request!Casefreight =
> Forms!frm_request!Frm_Request_Items!sumcasefreight
> When I break the code the Casefreight =0 and the sumcasefreight = 42.77.
>
> What is going on?
>
.
- References:
- equation in form won't equal
- From: Tammy F
- equation in form won't equal
- Prev by Date: Re: equation in form won't equal
- Next by Date: Re: Recordsets and bloat
- Previous by thread: Re: equation in form won't equal
- Next by thread: Re: date entry validation problem
- Index(es):
Loading