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 Rhinorhino 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 damutech

  1. damutech

    Closing a Form1 after opening Form2

    Thanks, it works
  2. damutech

    Closing a Form1 after opening Form2

    I have a control in Form1 and after LostFocus, it open a Form2, Form1 rests still open. But I want to close Form1 automaticly after opening Form2. How can I do that? Here is an example: Form1: Private Sub POD_LostFocus() Dim stDocName As String Dim stLinkCriteria As String stDocName = "Form2"...
  3. damutech

    Starting in subform

    I made a form with subform and when open main form cursor is in the first (tab = 0) field of the main form, but I want that it is in the first field of the new record of subform. How can I do this?

Part and Inventory Search

Back
Top