Hi,
I have a main form (AccountInfo) with subform (ReviewInfo) in it. Subform contains multiple reviews done on the Account# showing in main form. I am trying to make only one of the reviews as ACTIVE review. I have a checkbox field in my table from to which the ReviewInfo subform is bound.
What I want to do is that when a user adds a new Review to an existing account, user will check "ACTIVE" checkbox, and I would like for it to remove the Active checkbox from the previous reviews.
For example, account # 1234 has 5 different reviews. A user adds Review#6, and selects ACTIVE checkbox, I want the check boxes from previous 5 reviews to be removed so that only review # 6 is active.
Can anyone please help?
thanks,
I have a main form (AccountInfo) with subform (ReviewInfo) in it. Subform contains multiple reviews done on the Account# showing in main form. I am trying to make only one of the reviews as ACTIVE review. I have a checkbox field in my table from to which the ReviewInfo subform is bound.
What I want to do is that when a user adds a new Review to an existing account, user will check "ACTIVE" checkbox, and I would like for it to remove the Active checkbox from the previous reviews.
For example, account # 1234 has 5 different reviews. A user adds Review#6, and selects ACTIVE checkbox, I want the check boxes from previous 5 reviews to be removed so that only review # 6 is active.
Can anyone please help?
thanks,