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
it will enable\disable all fields on the form and not only the field in the record that match the condition.
Is there a way to reffer a field on the current record like Me.currentRecord.field...
???
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
it will enable\disable all fields on the form and not only the field in the record that match the condition.
Is there a way to reffer a field on the current record like Me.currentRecord.field...
???