Yesterday, I was creating a new Form, using an old Form as a template. Yesterday, everything looked good. When I went to open it Today, I got some On_Load errors. The only thing I have in the On_Load event is the command "DoCmd.Maximize". So I temporarily commented that out.
However, now when I open the Form, it is displaying strangely. I have three sections: Form Header, Detail, and Form Footer. The length of all these sections is longer than the screen width, so the Detail section is only showing as much as it can. That, in and of itself, is not strange, I have lots of Forms like that. The odd thing is what it is showing in the Detail section. Instead of starting from the top of the Detail section and showing as much as possible with a scroll bar on the side, it is showing the very bottom of the Detail section, up as high as it can, with no scroll bar. So the top of my Detail section is being cut off, and I cannot scroll to it.
I checked the Properties of both the Form and Detail section for anything odd, and could not find anything that looks out of the ordinary to me.
Has anyone ever experienced anything like this, or know why this is happening any how to correct it?
Thanks