View Full Version : forms pop up! order etc?????????????????????


paulmcdonnell
10-22-2001, 09:02 AM
Hi,

I've got a few forms that appear the order of display is what i'm having problems with. I'm using pop up which puts one form infront of another but there are situations where I need one form to be displayed infront of another when already open how can I do this...?

I think I can use Setfocus as a property but is this the best or only way to do it..?

any ideas


paul

llkhoutx
10-23-2001, 11:39 AM
when the "OnOpen" event for a popup fires, add the following code

docmd.movesize . . .

Use the Help menu to determine the arguments of movesize

paulmcdonnell
10-24-2001, 12:56 AM
cheers
New one on me, but i'll give it a go...!