Hi everyone,
I'm throwing out this question again hoping Someone has a helpful answer:
I have a form in continous view and I want to set the Eabled property of two fields in the CURRENT RECORD to fasle if a checkbox the same record is ticked. The underlying table is like this
TblTwo
---------
EquipId
Returned ( This is a check Box)
ReturnDate
ConditionOf Equip
etc etc
I know how to ste thebenabled property of the [ReturnDate] and [ConditionOf Equip] fields to fasle by using the after update event procedure for the checkbox.
PROBLEM IS that this disables ALL THE [ReturnDate] and [ConditionOf Equip] fields in ALL THE RECORDS. I just want to Diasble these two fields FOR THE CURRENT RECORD BEING EDITED.
Any Ideas anyone? or maybe I an not explaining properly....
ZAZA
I'm throwing out this question again hoping Someone has a helpful answer:
I have a form in continous view and I want to set the Eabled property of two fields in the CURRENT RECORD to fasle if a checkbox the same record is ticked. The underlying table is like this
TblTwo
---------
EquipId
Returned ( This is a check Box)
ReturnDate
ConditionOf Equip
etc etc
I know how to ste thebenabled property of the [ReturnDate] and [ConditionOf Equip] fields to fasle by using the after update event procedure for the checkbox.
PROBLEM IS that this disables ALL THE [ReturnDate] and [ConditionOf Equip] fields in ALL THE RECORDS. I just want to Diasble these two fields FOR THE CURRENT RECORD BEING EDITED.
Any Ideas anyone? or maybe I an not explaining properly....
ZAZA