From: AccessKay on 30 Apr 2010 11:30 I'm having a hard time naming what it is that I want to do so hopefully this will make sense. I have a form that has a logo and two command buttons that take the user to two different forms. I learned how to get this form to open automatically when I open the database but I want it to appear as a box in the center and not full screen in the upper left hand corner. How can I do this...is it in the Properties??? I changed several properties but it's still full screen and not centered. Thanks for any help or suggestions.
From: Daryl S on 30 Apr 2010 11:39 AccessKay - You might have code in place to maximize the form - you should find that and fix it. You can also put code on the form's Open event to restore it back to it's regular size: DoCmd.Restore -- Daryl S "AccessKay" wrote: > I'm having a hard time naming what it is that I want to do so hopefully this > will make sense. I have a form that has a logo and two command buttons that > take the user to two different forms. I learned how to get this form to open > automatically when I open the database but I want it to appear as a box in > the center and not full screen in the upper left hand corner. How can I do > this...is it in the Properties??? I changed several properties but it's > still full screen and not centered. > > Thanks for any help or suggestions. >
From: AccessKay on 30 Apr 2010 12:04 Thanks for your reply Daryl. I have no code at all. I used the Access Options to open the form automatically. What is the code to minimize and center? I tried DoCmd.Minimize but that didn't work. Should that have worked??? "Daryl S" wrote: > AccessKay - > > You might have code in place to maximize the form - you should find that and > fix it. > > You can also put code on the form's Open event to restore it back to it's > regular size: > DoCmd.Restore > > -- > Daryl S > > > "AccessKay" wrote: > > > I'm having a hard time naming what it is that I want to do so hopefully this > > will make sense. I have a form that has a logo and two command buttons that > > take the user to two different forms. I learned how to get this form to open > > automatically when I open the database but I want it to appear as a box in > > the center and not full screen in the upper left hand corner. How can I do > > this...is it in the Properties??? I changed several properties but it's > > still full screen and not centered. > > > > Thanks for any help or suggestions. > >
From: AccessKay on 30 Apr 2010 14:34 I found it Daryl...I kept reading these threads about pop-ups...that's what I was looking for and found it in properties under the other tab. "AccessKay" wrote: > Thanks for your reply Daryl. I have no code at all. I used the Access > Options to open the form automatically. What is the code to minimize and > center? I tried DoCmd.Minimize but that didn't work. Should that have > worked??? > > > "Daryl S" wrote: > > > AccessKay - > > > > You might have code in place to maximize the form - you should find that and > > fix it. > > > > You can also put code on the form's Open event to restore it back to it's > > regular size: > > DoCmd.Restore > > > > -- > > Daryl S > > > > > > "AccessKay" wrote: > > > > > I'm having a hard time naming what it is that I want to do so hopefully this > > > will make sense. I have a form that has a logo and two command buttons that > > > take the user to two different forms. I learned how to get this form to open > > > automatically when I open the database but I want it to appear as a box in > > > the center and not full screen in the upper left hand corner. How can I do > > > this...is it in the Properties??? I changed several properties but it's > > > still full screen and not centered. > > > > > > Thanks for any help or suggestions. > > >
From: Daryl S on 30 Apr 2010 15:19 Glad you got it working... -- Daryl S "AccessKay" wrote: > I found it Daryl...I kept reading these threads about pop-ups...that's what I > was looking for and found it in properties under the other tab. > > "AccessKay" wrote: > > > Thanks for your reply Daryl. I have no code at all. I used the Access > > Options to open the form automatically. What is the code to minimize and > > center? I tried DoCmd.Minimize but that didn't work. Should that have > > worked??? > > > > > > "Daryl S" wrote: > > > > > AccessKay - > > > > > > You might have code in place to maximize the form - you should find that and > > > fix it. > > > > > > You can also put code on the form's Open event to restore it back to it's > > > regular size: > > > DoCmd.Restore > > > > > > -- > > > Daryl S > > > > > > > > > "AccessKay" wrote: > > > > > > > I'm having a hard time naming what it is that I want to do so hopefully this > > > > will make sense. I have a form that has a logo and two command buttons that > > > > take the user to two different forms. I learned how to get this form to open > > > > automatically when I open the database but I want it to appear as a box in > > > > the center and not full screen in the upper left hand corner. How can I do > > > > this...is it in the Properties??? I changed several properties but it's > > > > still full screen and not centered. > > > > > > > > Thanks for any help or suggestions. > > > >
|
Pages: 1 Prev: Form doesn't move to next record after update Next: Form Formatting |