1
131313 via AccessMonster.com
Hello,
I have a form that has checkboxes for each certificate (there are 8).
The control source for each checkbox is as follows:
=IIf([Certificate code] In ("TDP0100"),1,0)
This checks to see if required certificate is complete, if so box is checked.
Each box has a different certificate code.
The problem I'm having is that when in form view, if the person has more than
one certificate complete, they do not show up on the same view (the second is
there but I have to tab to see it). How can I get the form to show all
certificates completed for that person in one view?
Thanks
I have a form that has checkboxes for each certificate (there are 8).
The control source for each checkbox is as follows:
=IIf([Certificate code] In ("TDP0100"),1,0)
This checks to see if required certificate is complete, if so box is checked.
Each box has a different certificate code.
The problem I'm having is that when in form view, if the person has more than
one certificate complete, they do not show up on the same view (the second is
there but I have to tab to see it). How can I get the form to show all
certificates completed for that person in one view?
Thanks