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"...
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?
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.