Re: Making bound field value equal other field value
- From: Rob <Rob@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 24 Nov 2008 10:33:01 -0800
Hello Jeff,
Yes I need to store this calculated data in my table. I have a sub form
that allows users to track the checks that are paid to a vendor. At the
bottom of the subform the total is shown. I need this total to be
transferred to a bound field on the main form. I have tried to set the After
Update event of the subform to trigger the change but it seems to only work
if I go back and type numbers in twice - odd. I can also create a public
variable in a module and store the total from the sub form to that and
transfer it. What I am having a problem with is figuring out what event to
use to trigger this transfer. Any suggestions would be greatly appreciated.
Rob
"Jeff Boyce" wrote:
Why do you 'really need' this? Are you trying to save the calculated value.
in a table? If so, it is rarely necessary to save a value that can be
calculated from other data you already store.
If you'll explain more about your underlying data and situation, it may be
that you can do what needs to happen without saving calculated data.
Regards
Jeff Boyce
Microsoft Office/Access MVP
"Rob" <Rob@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:A7EBF38E-A0B7-45FA-92FA-FA086C7E3302@xxxxxxxxxxxxxxxx
Hello All,
I have a form and a subform. When the subform is updated I get a total of
a
specific field and can transfer that total to my main form and make an
unbound field equal that total. I really need one of the fields (bound)
in
my main form to equal that total. How can I make a bound field equal that
total from the subform?
Thanks,
Rob
- Follow-Ups:
- Re: Making bound field value equal other field value
- From: Jeff Boyce
- Re: Making bound field value equal other field value
- References:
- Making bound field value equal other field value
- From: Rob
- Re: Making bound field value equal other field value
- From: Jeff Boyce
- Making bound field value equal other field value
- Prev by Date: Re: Automatic Table Entry
- Next by Date: Re: Hide a Subform
- Previous by thread: Re: Making bound field value equal other field value
- Next by thread: Re: Making bound field value equal other field value
- Index(es):
Relevant Pages
|