Is there anyway for a form to become in focus.. basically something like Me.inFocused = True
In order to print a form, it must be visible and in focus, so I need to focus on it without the user having to click it so that I can send the form to a printer

Thanks