Re: Reference text control on tab contol page
- From: "Allen Browne" <AllenBrowne@xxxxxxxxxxxxxx>
- Date: Wed, 10 Dec 2008 21:50:29 +0900
Omit the tab control and page name, so just:
Forms!frmBooks![Category] = ...
Or even:
Me.Parent!Category = ...
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Tom" <Tom@xxxxxxxxxxxx> wrote in message
news:OdJcAerWJHA.5272@xxxxxxxxxxxxxxxxxxxxxxx
Going round in a circle on this one so any advice/suggestions would be appreciated.
Am using Access 2003. I have a form - frmBooks - on which there is a Tab control. On one of pages of that Tab Control I have an embedded subform and a text box.
From that subform I have a cmdButton which on click I want to pass the value from a text box on that subform to a text box on the same page of the Tab Control.
I thought that: Forms!frmBooks![TabCtl1].Pages![Topic]![Category] = Me![Category] would do that but I am geting an error msg this method is not supported.
What referencing should I be using?
.
- References:
- Prev by Date: RE: Trouble generating Filter for emailing report...
- Next by Date: Re: Using a Label to Sort
- Previous by thread: Reference text control on tab contol page
- Next by thread: Using a Label to Sort
- Index(es):