Good day,
I'm trying to write and sql string that essentially needs to work like this: WHERE a>b AND ((c AND d) or (e AND f))
Of course, Access 2010 doesn't like brackets in that sort of thing and I am not very experienced with SQL.
Can anyone help explain what I need to do for this? It would be greatly appreciated.