G
Guest
I have a checkbox that, if ticked, a couple of other text-boxes are
enabled... and disabled if not ticked.
While the contents are bound to a field in my table, the enabled/disabled
property is not, therefore if I tick the box and enable the text boxes in one
record, as I move through the database, they are ALL enabled.
What I need is to place that code in the 'record selected' event, if it
existed to give the appearance that the 'enable' property are being
remembered for each record.
Is there such an event or how can i achieve this ?
enabled... and disabled if not ticked.
While the contents are bound to a field in my table, the enabled/disabled
property is not, therefore if I tick the box and enable the text boxes in one
record, as I move through the database, they are ALL enabled.
What I need is to place that code in the 'record selected' event, if it
existed to give the appearance that the 'enable' property are being
remembered for each record.
Is there such an event or how can i achieve this ?