Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access 2003 form resizes itself

Status
Not open for further replies.

RvanL

Programmer
Feb 21, 2008
2
US
I've run across this problem on an occasional form in access 2003 in different DB's. I've setup a form to run as popup and modal w/ thin borders which runs perfectly for many months. Then when it is opened to form view from design view after a bit of tweaking to a control, it opens up to a little bitty thing where the upper left side of the form is supposed to be. It ends up as about 1/8" wide by 1/2" long. I can turn off the popup option and then the size behaves correctly, but of course it doesn't have the functionality I need.

Once this happens, I'm pretty much screwed unless I can import the form from a backup copy. Even closing the form w/o saving and closing the DB, then restarting results in the same behavior.

I've changed many of the properties on the oddly behaving form, but can't quite figure the root of the problem. Any ideas?
 
Maybe you van use:
docmd.movesize a, b, c, d

to define the exact size and the placing of the form.

Pampers [afro]
Keeping it simple can be complicated
 
Maybe you can use:
docmd.movesize a, b, c, d

Yah, that's an option that I have considered, but it's kinda kludgey and doesn't address the root issue.

R
 
Well of course that is a personal opinion. But i find movesize sometimes handy for sizing and form behavioral problems...

Pampers [afro]
Keeping it simple can be complicated
 
How are ya RvanL . . .

I have [blue]queried Microsoft[/blue] so many times about this in the past (and no answers!). Aside from days of intensive searches and no results, I finally came up with my own fix!

While in [blue]form design view[/blue], hit restore!, and size at least one side! When you hit form view, you'll be able to work! . . .

[blue]Your thoughts? . . .[/blue]

Calvin.gif
See Ya! . . . . . .

Be sure to see thread181-473997
Also faq181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top