SELECT DU.DU, DU.Adres_DU, DU.Inf_Zab, DU.Data_obs
FROM DU
WHERE ((DU.Data_Obs) BETWEEN (DateValue('01.01.2009')) AND (DateValue('31.12.2009')));
