move module

K

KC

I created a popup form in Access 2002.
It had an option to not move the form.
When I opened it in Access 2000, It moves.
How do I lock the popup form in Access 2000?
 
R

Rick Brandt

KC said:
I created a popup form in Access 2002.
It had an option to not move the form.
When I opened it in Access 2000, It moves.
How do I lock the popup form in Access 2000?

The only way that I'm aware of is to use a BorderStyle of "None". This also
eliminates the TitleBar so there is no place for the user's mouse to utilize for
moving the form. You can use boxes and labels to simulate the look of a normal
border and TitleBar.
 
Top