To change a sheet's code name, use the (Name) property, as shown in Figure E. You must use the Visual Basic Editor (VBE), as you can't change this property programmatically.
Remarks. An expression that returns one of the objects in the Applies To list. Thank you fro any reply. An expression that returns one of the objects in the Applies To list.
If you want to prevent changes to data in a specific control, use the Enabled or Locked property..
I am click on property sheet nothing happen, or I right click on upper left corner of the form to view Form Property. The property sheet gives you access to many properties that you can set to customize your form. Remarks. expression Required. But nothing happen either. To switch to Design view, right-click the form name in the Navigation Pane and then click Design View. You can add new controls and fields to the form by adding them to the design grid. MN
Read/write Boolean.. expression.DataEntry. You can use the Format property to customize the way numbers, dates, times, and text are displayed and printed.
This information is useful if you want to perform such tasks as: change the display of fields, create top value queries,add an alias for a table,change field captions and formatting. You can also fine-tune your form's design by working in Design view.
Describes how to modify query properties in Microsoft Access. You can use one of the predefined formats or you can create a custom format by using formatting symbols. You can use the AllowEdits property to prevent changes to existing data displayed by a form. Please advice what can I do? You can use the DataEntry property to specify whether a bound form opens to allow data entry only. I uninstalled and re-install again MS2010 but the problem still ? The Data Entry property doesn't determine whether records can be added; it only determines whether existing records are displayed.
You can set the AllowEdits property by using the form's property sheet, a macro, or Visual Basic for Applications (VBA) code..
Read/write String.. expression.Format. expression Required.