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 Chriss Miller 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: *

  1. obrienb

    faking input to a form

    On the active form, declare and instantiate the second form. Then execute code that performs the click event of the button on the other form. See the following example code... ' This is the code for the current form... Private frm As New frmNonCurrent() Private Sub Button1_Click(ByVal sender...
  2. obrienb

    MSDE

    Does anyone have an (almost) foolproof instruction sheet for instaling MSDE? It should be installed using SQL Server security. Microsoft's instructions are not always successful and when it does work, Integrated Security seems to be the default. Changing this requires going through hoops and...

Part and Inventory Search

Back
Top