JCColindres
Registered User.
- Local time
 - Yesterday, 21:38
 
- Joined
 - Nov 29, 2019
 
- Messages
 - 15
 
Hi guys,
I have a question with comboboxes I have "combo7" with 3 option A B and C, I added an "All" option with UNION SELECT "<All>"
But now I'm stuck on how to process that "all" selection,
I got this so far
Private Sub YourCombobox_AfterUpdate()
If Me.Combo7= "<All>" Then
and Im stuck on the code to run the report with no criteria
Thanks
 I have a question with comboboxes I have "combo7" with 3 option A B and C, I added an "All" option with UNION SELECT "<All>"
But now I'm stuck on how to process that "all" selection,
I got this so far
Private Sub YourCombobox_AfterUpdate()
If Me.Combo7= "<All>" Then
and Im stuck on the code to run the report with no criteria
Thanks