W wildexodus Registered User. Local time Today, 03:34 Joined Feb 6, 2003 Messages 74 Mar 19, 2003 #1 Is there any other way other than using a macro on open, to have a form automatically maximised?
Mile-O Back once again... Local time Today, 03:34 Joined Dec 10, 2002 Messages 11,316 Mar 19, 2003 #2 In code, on the form's OnOpen event you can just put: DoCmd.Maximise
W wildexodus Registered User. Local time Today, 03:34 Joined Feb 6, 2003 Messages 74 Mar 19, 2003 #3 It works on a plain form but when i try to put it on mine with other macros on it doesnt work. It says something about an ambiguous macro name.
It works on a plain form but when i try to put it on mine with other macros on it doesnt work. It says something about an ambiguous macro name.
FoFa Registered User. Local time , 21:34 Joined Jan 29, 2003 Messages 3,672 Mar 19, 2003 #4 Mile-O-Phile meant put it in an event procedure, not a macro
W wildexodus Registered User. Local time Today, 03:34 Joined Feb 6, 2003 Messages 74 Mar 19, 2003 #5 i know i guessed that.
H hair Registered User. Local time Today, 04:34 Joined Mar 27, 2003 Messages 125 Feb 29, 2004 #6 Mile, isn't it Docmd.maximize ? You wrote it with an s
R Rich Guest Feb 29, 2004 #7 hair said: Mile, isn't it Docmd.maximize ? You wrote it with an s Click to expand... Some members refuse to be ized
hair said: Mile, isn't it Docmd.maximize ? You wrote it with an s Click to expand... Some members refuse to be ized
H hair Registered User. Local time Today, 04:34 Joined Mar 27, 2003 Messages 125 Feb 29, 2004 #8 Rich said: Some members refuse to be ized Click to expand... That's becauz they are za best (Frenchy pronunciation ) But, in order to take advantages of your sunday activity(if it's sunday too where you are), which would be the opposite of opening a form? Docmd.close?
Rich said: Some members refuse to be ized Click to expand... That's becauz they are za best (Frenchy pronunciation ) But, in order to take advantages of your sunday activity(if it's sunday too where you are), which would be the opposite of opening a form? Docmd.close?
Parker Registered User. Local time Today, 03:34 Joined Jan 17, 2004 Messages 316 Feb 29, 2004 #9 hair said: Docmd.close? Click to expand... Yes but be careful it will close the form that has the focus. could be beter to refer to the specific form that you want to close.
hair said: Docmd.close? Click to expand... Yes but be careful it will close the form that has the focus. could be beter to refer to the specific form that you want to close.