P
Paul
I have a tickbox on a form, that must grey out 3 fields
when it is ticked and ungrey 3 fields when it is unticked.
This I quite simply did with the On-Click event of the
tickbox. Great.
When a user opens the form it can check the tickbox and
accordingly deal with the 3 fields' .Enabled status. So
this is also dealt with.
The Problem: The next and previous record buttons at the
bottom, navigates between records. I don't know which
events gets fired when the user navigates with these
buttons, hence, I cannot set .Enabled = False/True for
those 3 fields, as the user navigates.
Please tell me which events fire as the user navigates
the recordset, so that I can deal with it.
Sincerely,
Paul.
when it is ticked and ungrey 3 fields when it is unticked.
This I quite simply did with the On-Click event of the
tickbox. Great.
When a user opens the form it can check the tickbox and
accordingly deal with the 3 fields' .Enabled status. So
this is also dealt with.
The Problem: The next and previous record buttons at the
bottom, navigates between records. I don't know which
events gets fired when the user navigates with these
buttons, hence, I cannot set .Enabled = False/True for
those 3 fields, as the user navigates.
Please tell me which events fire as the user navigates
the recordset, so that I can deal with it.
Sincerely,
Paul.