Forms CloseButton Property

  • Thread starter Thread starter Jerry McCutchen
  • Start date Start date
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
 
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.
 
You could set the Close button to no and then create a 'Close' command
button that you could control with code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Forms Positioning 4
Clearing the captions of labels 2
Is that form open? 2
Query with multiple fields and one form 1
Company Name Duplicates 6
Filter Error 2
Closebutton 1
Closebutton vs. DoCmd.Close 11

Back
Top