When I have several controls I need to make visible/invisible, I put them into a frame and then set the frame to visible/invisible. This works great when the controls are placed more or less together on the form.
jim
Try something like this:<br><br> a$ = "This is registered (R) so don't use it."<br><br> a$ = Replace(a$, "(R)", CHR$(174))<br><br> good luck<br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.