How do i change the details on the Property Sheet
Can i add details, or change details?
How do i change the details on the Property Sheet
Can i add details, or change details?
Property sheet is meant to set properties such as events, format etc to a form. What for example do you want to add to details or change?
I would like to add an IP adress label, DNS label, ect.
It sounds like you want to add a field to a table or add a label control/text box to a form.
As Demerit said, a property sheet allows changes the properties of access objects. You cannot add/delete properties. For example, a text box has a height property. You can change the height of the text box or set the height to 0 (zero), but you cannot remove the height property itself.
Go to the design view of the form, on the Control group, you will see Label (the icon is "Aa") Click and drop in on the form where you want to attach the label.
The next question is: Do you want the IP or DNS to be stored in a table? Because if that is the case, you will be using a text box and not a Label