What is the best way to restrict a period in a query.
f.e. : week 34, 2003 t/m week 3, 2004.
3 fields: dteFact, descFact, currFact.
I understand to set wk as datepart("ww";dteFact) and yr to
datepart("yyyy";dteFact) but how can I restrict the period?
Thanx in advance
Gerard
f.e. : week 34, 2003 t/m week 3, 2004.
3 fields: dteFact, descFact, currFact.
I understand to set wk as datepart("ww";dteFact) and yr to
datepart("yyyy";dteFact) but how can I restrict the period?
Thanx in advance
Gerard