I have a continuous form called frm_categories_list. On it I have a image of a flag icon called imgIsActive and a checkbox which is bound to a field called chkIsActive. I have put the following code in both the form_open and form_current procedures:
If Me.chkIsActive = True Then
Me.imgActive.Visible = True
Else
Me.imgActive.Visible = False
End If
The issue it is only taking in the account the setting in the first record. If on uncheck the chkIsActive then it hides the imgIsActive in all the records and not just the one;s where they are actually unchecked? If it is checked in the first record then imIsActive is visible in all records. I am just a little confused.
Thanks,
Art Lorenzini
Sioux Falls, SD
__._,_.___
Posted by: dbalorenzini@yahoo.com
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (1) |
.
__,_._,___
Tidak ada komentar:
Posting Komentar