I have a table that contains a field "datesold". I want a report not only to sort by week, which I did with--=Format$([DateSold],"ww",0,0), I also would like to further sort by the day of the week. I am very much a beginner. Any help would be appreciated.
Hello I have a form (MainScreen) that opens up and covers the whole screen and it has a timer (DoCmd.OpenForm "frmMaindB") set at 5000 then my frmMaindB form open up as a pop up so the MainScreen stays open all the time. My problem is that I need to stop the timer after the 5000 ...