AndyShuter
Registered User.
- Local time
- Today, 17:35
- Joined
- Mar 3, 2003
- Messages
- 151
I am trying to manipulate a tab on a subform.
If I place a command button on th the actual subform itself it works by using the following code
Me.Previous_Address.Visible = True
However, I need to perform the same function from another form but am having no joy!
I have made other things work (for example - Me.Child855!Text1045 = "1234" but cannot seem to find away to manipulate the tab
Any suggestions would be greatly appreciated
Andy
If I place a command button on th the actual subform itself it works by using the following code
Me.Previous_Address.Visible = True
However, I need to perform the same function from another form but am having no joy!
I have made other things work (for example - Me.Child855!Text1045 = "1234" but cannot seem to find away to manipulate the tab
Any suggestions would be greatly appreciated
Andy