disabling fields

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John

    #1

    disabling fields

    Hi,

    I have a subform with some fields in them. i only want a customer to enter
    a property ID, so how can i stop the user from editing the customer ID,
    quantity, etc...

    how can i stop the user from entering data into other fields in the subform?

    Thank You

    John


  • Ninad

    #2
    Re: disabling fields

    Change the enable property of the field to "Disabled" (me.field.enabl ed
    = "Disabled")

    Ninad.


    John wrote:[color=blue]
    > Hi,
    >
    > I have a subform with some fields in them. i only want a customer to enter
    > a property ID, so how can i stop the user from editing the customer ID,
    > quantity, etc...
    >
    > how can i stop the user from entering data into other fields in the subform?
    >
    > Thank You
    >
    > John[/color]

    Comment

    Working...