How do i goto object on another form

hullstorage

Registered User.
Local time
Today, 07:18
Joined
Jul 18, 2007
Messages
213
Hi all,

I have a form and when i close this i want to goto a control on the form that is still open

how do i do this

Postcode Form
on Close
goto control "delcontact"
on main form

thanks
simon
 
In the onclose event you can set focus to a field on the open form....
like... Forms![OpenForm]![FieldName] .setfocus
 

Users who are viewing this thread

Back
Top Bottom