Forms CloseButton Property

J

Jerry McCutchen

I would like to do is set the Close Button property
to "no" using code, if the file has been
compiled/converted to mde format.

Help...

Thank You
Jerry McCutchen
Jerry <dot> McCutchen <at> bp <dot> com
 
R

Rick Brandt

Jerry McCutchen said:
I would like to do is set the Close Button property
to "no" using code, if the file has been
compiled/converted to mde format.

No can do. The property is only available for change when the form is in
design view which is not available in an MDE.
 
E

Ed

You could set the Close button to no and then create a 'Close' command
button that you could control with code.
 
Top