Martin Caro
mcaro at bigpond.net.au
Thu Jul 1 20:42:00 CDT 2004
Hi Folks After much time trying to build a multilevel AND construct in the query using references to form txtBoxes, I have decided to use code to build the Form's Filter on the fly depending if a txtBox(s) in the AND series is populated. So far have had more success this way plus it will give me a filter unique to the Form selections to then build my report. Thanks all for the suggestions Martin > >Date: Thu, 1 Jul 2004 08:30:12 +1000 > >From: "Martin Caro" <mcaro at bigpond.net.au> > >Subject: [AccessD] SQL ANDs > >To: "Access Developers discussion and problem solving" > > <accessd at databaseadvisors.com> > >Message-ID: <002b01c45ef1$cf262790$0100000a at mitmaster> > >Content-Type: text/plain; charset="iso-8859-1" > > > >Hi Folks > > > >I have a report query that has a WHERE followered by one or a number of > >ANDs. The components of the ANDs reference text boxes on a form each of > >which may or may not be populated. How can I get it to negate one or a > >number of the ANDs if the target box is Null? At the moment if any one of > >the AND components is Null no records are returned. I've played around > >with IIF to test each box first but no luck so far.... > > > >Thanks > >