T
Tom
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?
TIA
Tom
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?
TIA
Tom