我想把访问前端分发给一些人,我想确保他们不会编辑其中的任何内容;然而,当我将扩展名更改为ACCDR时,它会使所有表单和表都消失。我必须更改哪些设置才能让他们打开表单,但不能在设计视图中查看表单或对表单进行任何更改?
In C#, I know that I can overload the constructor for a class by specifying it in the body of the class: public class MyClass() { public MyClass(String s) { ... } } This overrides the default ...