A
AccessIM
Is it possible to use a check box to make a record active?
Here is the issue: I have a form that has several records per employee. On
this form is a check box called "Reprint". This check box is used as
criteria for opening/previewing a report.
When I check the box, I would like the record selector on the far left to
also be selected, making that record the active/current record.
When I click the check box, a pencil shows in the record selector of that
record but it does not make it the active/current record and nothing shows up
on the report.
I have tried running a macro in the AfterUpdate event on the check box to
requery but this always makes the first record on the list the active record.
If I check the box and then manually click the record selector of the
corresponding record, everything works fine but I don't want the user to have
to click both everytime.
Hope this all makes sense. Any suggestions would be appreciated. Thank you!
Here is the issue: I have a form that has several records per employee. On
this form is a check box called "Reprint". This check box is used as
criteria for opening/previewing a report.
When I check the box, I would like the record selector on the far left to
also be selected, making that record the active/current record.
When I click the check box, a pencil shows in the record selector of that
record but it does not make it the active/current record and nothing shows up
on the report.
I have tried running a macro in the AfterUpdate event on the check box to
requery but this always makes the first record on the list the active record.
If I check the box and then manually click the record selector of the
corresponding record, everything works fine but I don't want the user to have
to click both everytime.
Hope this all makes sense. Any suggestions would be appreciated. Thank you!