Set window position

M

Mike

Hi,

I need to open 2 queries from a form. Just wondering is it possible to set
query's window position upon opening using api or so?

TIA,
Mike.
 
B

Bruce M. Thompson

I need to open 2 queries from a form. Just wondering is it possible to set
query's window position upon opening using api or so?

Have you considered the "Movesize" method of the "DoCmd" object?
 
Top