F1: condition1, F2: ect...
I have a condition string: "F1 and (F2 or F3)"

to set ADODB.Recordset Filter property I need this form:
(F1 and F2) or (F1 and F3)

I want to convert my condition string automatically with a function. it is based on De morgan law...