Create message box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to create a warning message box if someone attempts to
edit/delete the data in a field/control?
 
Why warn them? You can just disable the control:

me!Mycontrol.enabled=False

HTH
 

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

Back
Top