cath_hopes
11-07-2007, 03:53 AM
Hello - can anyone help with the this please?
The following code is initiated from a button on my Property Form. The Booking form opens but then focus returns to the Property Form. How do I set the focus to the newly opened Booking Form?
DoCmd.Openform "Booking Form", acNormal, , "Booking.[Property ID] = " & Me.Property_ID
Thanks!
The following code is initiated from a button on my Property Form. The Booking form opens but then focus returns to the Property Form. How do I set the focus to the newly opened Booking Form?
DoCmd.Openform "Booking Form", acNormal, , "Booking.[Property ID] = " & Me.Property_ID
Thanks!