Re: Public Function to call private (public) sub?
- From: "Dirk Goldgar" <dg@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 18 Jun 2005 22:47:48 -0400
"JHK" <JHK@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:35764A75-FA17-4262-B920-A68B821318B2@xxxxxxxxxxxxx
> Got it. It was this way:
>
> Call Forms("frmairportidselect").clickAddtoItinerary_Click
Forms("frmairportidselect") is the same as Forms!frmairportidselect.
The problem was you were specifying the name of the button, not the name
of its Click event procedure. I'm glad to see you got it working.
--
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)
.
- References:
- Public Function to call private (public) sub?
- From: JHK
- Re: Public Function to call private (public) sub?
- From: Dirk Goldgar
- Re: Public Function to call private (public) sub?
- From: JHK
- Re: Public Function to call private (public) sub?
- From: JHK
- Public Function to call private (public) sub?
- Prev by Date: Re: Public Function to call private (public) sub?
- Next by Date: Re: Public Function to call private (public) sub?
- Previous by thread: Re: Public Function to call private (public) sub?
- Next by thread: Re: Public Function to call private (public) sub?
- Index(es):