how do I place the focus on a form in an access switchboard. The event procedure opens several forms at once. Now I need the focus to be placed on the first form opened.
Microsoft AccessVisual Basic Classic
Last Comment
daintysally
8/22/2022 - Mon
Rey Obrero (Capricorn1)
use this
Forms!NameOfFirstForm.setfocus
daintysally
ASKER
That gives me a syntax error. My form name is 2 words with a space in between
Forms!NameOfFirstForm.setf