Hello,
I am trying to create a report that requires the following data for a one week period:
Date of Stay =[Forms]![FormName]![txtStart](Input by user)
Week Day=WeekdayName(Weekday([Forms]![FormName]![txtStart])) (Takes the date input by user then converts it to day of week and then I added plus 1,2. etc to get the full week it worked not sure if this is the best way, if not please point me in the right direction)
Overnight Day Count
Overnight YTD Count
Overnight YTD Count Grand Total
Dinner Only Day Count
Dinner Only YTD Count
Dinner Only YTD Count Grand Total
The fields I have in this table are:
Guest Name
Attendance Date
Overnight/DinnerOnly
CheckOutDate
I just started working on this report and I am using subreports(this will require about 28 subreports, is this the correct method or is there a better solution? Also, if all the info is from the same table can I put it all in one query or is there a better solution?
Thank you!
I am trying to create a report that requires the following data for a one week period:
Date of Stay =[Forms]![FormName]![txtStart](Input by user)
Week Day=WeekdayName(Weekday([Forms]![FormName]![txtStart])) (Takes the date input by user then converts it to day of week and then I added plus 1,2. etc to get the full week it worked not sure if this is the best way, if not please point me in the right direction)
Overnight Day Count
Overnight YTD Count
Overnight YTD Count Grand Total
Dinner Only Day Count
Dinner Only YTD Count
Dinner Only YTD Count Grand Total
The fields I have in this table are:
Guest Name
Attendance Date
Overnight/DinnerOnly
CheckOutDate
I just started working on this report and I am using subreports(this will require about 28 subreports, is this the correct method or is there a better solution? Also, if all the info is from the same table can I put it all in one query or is there a better solution?
Thank you!