G Guest Sep 20, 2006 #1 Is there a way to create a warning message box if someone attempts to edit/delete the data in a field/control?
Is there a way to create a warning message box if someone attempts to edit/delete the data in a field/control?
J Jeff C Sep 20, 2006 #3 Check out this site. Tom Wickerath has your solution here. http://www.access.qbuilt.com/html/search.html
Check out this site. Tom Wickerath has your solution here. http://www.access.qbuilt.com/html/search.html
L Larry Daugherty Sep 20, 2006 #4 Why warn them? You can just disable the control: me!Mycontrol.enabled=False HTH