Set focus on close of pop up

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have a main form from which i open a modal pop up form.

On closing the pop up i want to set the focus back on the main form but
can't appear to do it. I've tried on close events using set.focus on a
particular field but it does not appear to work.

Ayn help would be appreciated.

Thanks

Gillian
 
I assume the popup is set to acDialog. If that's the case, just do the work
in the calling form once the dialog box closes. Nothing to it.
 
Back
Top