I'm using Access 97 and I have a simple database that I use to help me keep track of tasks I need to check on from time to time during the workday. To that end, the database opens three forms at once, each of which has a different use. It's really helpful to have all three open at once rather than having to switch among them via a menu or buttons on the forms themselves. Anyway, I position the two forms that occupy the topmost part of the screen by attaching the MoveSize command to their "Load" events. (The load event command for the Upper Left form is "DoCmd.MoveSize 0, 0")
The problem is that these two upper forms leave a space above them that I presume may be reserved for a toolbar. Because of this, they overlap the form at the lower portion of the screen. Is there any way to absolutely position the forms when they open? As it is, I always have to re-position the forms and if I subsequently have to open them in design mode, they reposition themselves again in a lower screen position.
Thanks
The problem is that these two upper forms leave a space above them that I presume may be reserved for a toolbar. Because of this, they overlap the form at the lower portion of the screen. Is there any way to absolutely position the forms when they open? As it is, I always have to re-position the forms and if I subsequently have to open them in design mode, they reposition themselves again in a lower screen position.
Thanks