Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: n6jah
  • Order by date
  1. n6jah

    Controlling objects using a loop?

    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
  2. n6jah

    ...an easy one

    Try something like this:<br><br>&nbsp;&nbsp;&nbsp;a$ = &quot;This is registered (R) so don't use it.&quot;<br><br>&nbsp;&nbsp;&nbsp;a$ = Replace(a$, &quot;(R)&quot;, CHR$(174))<br><br>&nbsp;&nbsp;&nbsp;good luck<br>

Part and Inventory Search

Back
Top