forms not showing up

G

gregory.hickmott

Just finished a DB and every things working great here using access 2003
made my MDE file and sent it the user but when they open up a form the
MYfilter form using a command button it will not show up on the screen and
then he can not do anything else because its in dialog mode and is waiting
for that form to close

the call is
DoCmd.OpenForm "FQLFilter", , , , , acDialog

he is running access 2002
I think its just a setting in access or on the form has ac dialog changed
between ver
this form is set to auto resize not autocenter


thanks greg
 
G

gregory.hickmott

form is set for ac dialog and form needs no data it is used to set filters
but did find the problem as need to auto center my screens are difernt then
his and taht is where they where hidding

thanks
 
Top