Hi
I am having difficult programatically accessing - and therefore being able to change the properties of this type of object - and objects placed on each of two 'pages'within it.
For example, frmCommentsTargets is the UserForm:
frCommentTargets is a frame on the form. The multipage object within the frame is pgCommentsTargets and the 'pages' are named the 'pgComments' and 'pgTargets'. I cannot access the latter or their objects which are associated text boxes.
frmDataEntry.frCommentsTargets.pgCommentsTargets.(... no multipage objects/properties appear beyond this except for the properties of the multipage itself - move backcolour etc)
Am I using the object model correctly? I would like to access the text boxes on the two multipage 'pages' and be able to show the correct tab focus in the main body program.
Many thanks in anticipation of sonme help
Mike
I am having difficult programatically accessing - and therefore being able to change the properties of this type of object - and objects placed on each of two 'pages'within it.
For example, frmCommentsTargets is the UserForm:
frCommentTargets is a frame on the form. The multipage object within the frame is pgCommentsTargets and the 'pages' are named the 'pgComments' and 'pgTargets'. I cannot access the latter or their objects which are associated text boxes.
frmDataEntry.frCommentsTargets.pgCommentsTargets.(... no multipage objects/properties appear beyond this except for the properties of the multipage itself - move backcolour etc)
Am I using the object model correctly? I would like to access the text boxes on the two multipage 'pages' and be able to show the correct tab focus in the main body program.
Many thanks in anticipation of sonme help
Mike