B
binnie pillai
i have a crosstab query which has the row heading showing the weeks of the
month, the code i have written is
Format(Invoice1.Inv_date-Weekday(Invoice1.Inv_date)+1,'dd-mmm-yy') & ' ' &
Format(Invoice1.Inv_date-Weekday(Invoice1.Inv_date)+7,'dd-mmm-yy')
the problem is it is showing me months in the order feb,oct,mar
13-Feb-05 19-Feb-05
16-Oct-05 22-Oct-05
20-Mar-05 26-Mar-05
how do i sort this query...
cheers bye
month, the code i have written is
Format(Invoice1.Inv_date-Weekday(Invoice1.Inv_date)+1,'dd-mmm-yy') & ' ' &
Format(Invoice1.Inv_date-Weekday(Invoice1.Inv_date)+7,'dd-mmm-yy')
the problem is it is showing me months in the order feb,oct,mar
13-Feb-05 19-Feb-05
16-Oct-05 22-Oct-05
20-Mar-05 26-Mar-05
how do i sort this query...
cheers bye