D
DZ
I have two things I want to
1. Create an interface on a form with static text that the user can't
select. This is for viewing only, so I don't want it to be selectable.The
text is too long for the form so I need to make it scrollable. I tried using
a unbound object frame but I got an OLE not registered error
2 Create an interface on a form with dynamc text. The text is actually SQL
for a selectable query. As it stands now, I am using a text box on one of the
pages of an Access tab control. I want the text to be selectable but the
problem I have is that the all the text become selected as soon as you select
that page of the tab stop . I tried settng the Tab Stop property to No but
the text still gets selected everything I select the page of the Tab control
1. Create an interface on a form with static text that the user can't
select. This is for viewing only, so I don't want it to be selectable.The
text is too long for the form so I need to make it scrollable. I tried using
a unbound object frame but I got an OLE not registered error
2 Create an interface on a form with dynamc text. The text is actually SQL
for a selectable query. As it stands now, I am using a text box on one of the
pages of an Access tab control. I want the text to be selectable but the
problem I have is that the all the text become selected as soon as you select
that page of the tab stop . I tried settng the Tab Stop property to No but
the text still gets selected everything I select the page of the Tab control