rudolfelizabeth
Programmer
Hi,
The code below should produce all the days of the year in the database the user ask for in a query
aliasmyday: (DatePart("d",[Saledate])
criteria Like ("*" & [Search_My_daynumber])
for example if the user input 01 it should brings all the data of all the years on the first day of each month present in
the databases
The code below should produce all the days of the year in the database the user ask for in a query
aliasmyday: (DatePart("d",[Saledate])
criteria Like ("*" & [Search_My_daynumber])
for example if the user input 01 it should brings all the data of all the years on the first day of each month present in
the databases