Hi All,
I'm looking for the code syntax to reffer to a certain field in a specific record on my continuous form.
I need to enable\disable the field with an IF function but only on the record that matches the condition.
if i'll use:
If ... Then
Me.field.enable = true
Else Me.field.enable=False...