M
Michael
I need to make a query that says if any of the following fields have a value
list them. Below is the sql without the filter.
I need to know if any of the following feilds (check boxes) are checked ,
show the record in the query
[Registro Entrate].Marciume, [Registro Entrate].PresenzaDiErbeInfestanti,
[Registro Entrate].AnomalieSulleFoglie, [Registro Entrate].Peronospora,
thank you
Michael
SELECT [Registro Entrate].Fornitore, [Registro Entrate].Del, [Registro
Entrate].Prodotto, [Registro Entrate].RintracciabilitàLotto, [Registro
Entrate].Marciume, [Registro Entrate].PresenzaDiErbeInfestanti, [Registro
Entrate].AnomalieSulleFoglie, [Registro Entrate].Peronospora, [Registro
Entrate].AnomalieSulleFogliesesiquali
FROM [Registro Entrate]
ORDER BY [Registro Entrate].Del;
list them. Below is the sql without the filter.
I need to know if any of the following feilds (check boxes) are checked ,
show the record in the query
[Registro Entrate].Marciume, [Registro Entrate].PresenzaDiErbeInfestanti,
[Registro Entrate].AnomalieSulleFoglie, [Registro Entrate].Peronospora,
thank you
Michael
SELECT [Registro Entrate].Fornitore, [Registro Entrate].Del, [Registro
Entrate].Prodotto, [Registro Entrate].RintracciabilitàLotto, [Registro
Entrate].Marciume, [Registro Entrate].PresenzaDiErbeInfestanti, [Registro
Entrate].AnomalieSulleFoglie, [Registro Entrate].Peronospora, [Registro
Entrate].AnomalieSulleFogliesesiquali
FROM [Registro Entrate]
ORDER BY [Registro Entrate].Del;