Re: executing a subform's subroutine from the main form
- From: "David Gartrell" <davidg@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 16 Nov 2006 09:10:03 -0000
Thanks very much for your help.
It worked perfectly!
"kingston via AccessMonster.com" <u27511@uwe> wrote in message
news:694899b6ba778@xxxxxx
Make sure the subform procedure is Public. Then in the main form, use:
Me.order_header_subform.Form.Totals
David Gartrell wrote:
Hi Everyone,
Wonder if someone could help. Basically I have a main form called
'Order_header' and within it a subform called 'order_header_subform'.
Attached to the subform I have a subroutine I've written called 'Totals'.
What i'd like to be able to do is to call the subform's 'totals'
subroutine
from the main form but am unsure of the correct syntax. I have tried:
[Forms]![order header]![order_header_subform].totals
But without success. If anyone could point me in the right direction with
this then i'd be very grateful.
Many thanks
David.
--
Message posted via http://www.accessmonster.com
.
- References:
- executing a subform's subroutine from the main form
- From: David Gartrell
- Re: executing a subform's subroutine from the main form
- From: kingston via AccessMonster.com
- executing a subform's subroutine from the main form
- Prev by Date: RE: Main form/Subform problem
- Next by Date: Using Animated GIFS
- Previous by thread: Re: executing a subform's subroutine from the main form
- Next by thread: Form will not OPEN?! Help
- Index(es):
Relevant Pages
|