Sniper-BoOyA-
Registered User.
- Local time
- Today, 09:58
- Joined
- Jun 15, 2010
- Messages
- 204
Good Morning,
Ive got a question.
I have a form which has 2 values.
Value A
Value B
On that form ive made 2 checkboxes
If Checkbox 1 = True Value A.visible = True Else Value A.visible = False
If Checkbox 2 = True Value B.visible = True Else Value B.visible = False
It works great. But now i have to make a report, with the exact same idea. Allthough i would like to use the checkboxes on the form.
Now from what i can see, the value of the checkbox (on the form) has to be saved in a table in order for it to be available for future Reports, right?
So my question is,
Can i just make a table with 2 yes/no fields, and add to the VBA on the form to also set the table.value1 to True IF checkbox1 = True?
If yes, does that table need to be in the query the form uses as source?
Cheers!
Michael Schrijver
Ive got a question.
I have a form which has 2 values.
Value A
Value B
On that form ive made 2 checkboxes
If Checkbox 1 = True Value A.visible = True Else Value A.visible = False
If Checkbox 2 = True Value B.visible = True Else Value B.visible = False
It works great. But now i have to make a report, with the exact same idea. Allthough i would like to use the checkboxes on the form.
Now from what i can see, the value of the checkbox (on the form) has to be saved in a table in order for it to be available for future Reports, right?
So my question is,
Can i just make a table with 2 yes/no fields, and add to the VBA on the form to also set the table.value1 to True IF checkbox1 = True?
If yes, does that table need to be in the query the form uses as source?
Cheers!
Michael Schrijver