zelarra821
Registered User.
- Local time
- Today, 08:08
- Joined
- Jan 14, 2019
- Messages
- 834
I agree.Your results are correct, but not going to work for all cases. Because you have ANDS and ORs you will need ()
I agree.I did not write this function and would not pass back True. That seems confusing. I would just pass back the empty string if nothing is selected. Then check if the function returns ""
Therefore, I'm going to forget about this function and use the one you created: GetFilterFromCombo_ListBox.
Now, I can't get it to return the selected values in the list box.
I agree, but first I will have to obtain the filter, for which I am going to use your function GetFilterFromCombo_ListBox, which I cannot get the correct values. It is for this reason that I request help. I know how to fix the problem of AND and OR with parentheses.Like I said you have to check all cases which you clearly did not. There are four cases
1. Date Only
2. Date and list criterios
3. Date and list finca
4. date and list criterios and list finca
Thank you so much.