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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by syed555

  1. syed555

    anything like javascript eval()?

    See if this is helpful to you. if you just want to clear textboxes. 2 ways. Ist Method. ----------- private sub Refresh_Click() Set gForm = me ClearControls end Sub any module.... ---------------------------------------- Option Explicit Public gForm as Form Public Sub ClearControls() Dim...

Part and Inventory Search

Back
Top