How to make a subform with "Disabled" aspect
I've been searching around 开发者_StackOverflow中文版MSDN but couldn't find anything that made my form with that shaded grey aspect!! You know, like if it was covered with a grey translucid plastic! Please, help me out.
On the Data tab of the container for the subform, change the Enabled to No. This only changes the border and the title.
Next, you have to change each field in the subform to be disabled (Data tab, Enabled = No). This leaves the column headings looking normal, but the fields will be gray.
精彩评论