Hello,
I am not very familiar with Access but am trying to learn. I am trying to figure out the best way to create a weekly report. I would like the report to look like this:
Member Name Time In # guest Sun Mon Tue Wed Thu Fri Sat
Doe, Jane 2:00 PM 2 x x x x
Under each day I would like to have a check mark on the report if the member signed in that day. I have a query setup that returns the member name, time in, #guest and week and weekday. Can I use this query to enable/disable the checkboxes to create a weekly report in the format above? ANY help will be greatly appreciated.
This is how my tables are setup.
MemberTbl
MemberNum(PK) (text field)
MemFName (text field)
MemLName (text field)
SignInTbl
TimeID (PK) (AutoNumber)
MemberNum (text field)
dtmStamp (Date/Time)
NumGuest (Number)
I am not very familiar with Access but am trying to learn. I am trying to figure out the best way to create a weekly report. I would like the report to look like this:
Member Name Time In # guest Sun Mon Tue Wed Thu Fri Sat
Doe, Jane 2:00 PM 2 x x x x
Under each day I would like to have a check mark on the report if the member signed in that day. I have a query setup that returns the member name, time in, #guest and week and weekday. Can I use this query to enable/disable the checkboxes to create a weekly report in the format above? ANY help will be greatly appreciated.
This is how my tables are setup.
MemberTbl
MemberNum(PK) (text field)
MemFName (text field)
MemLName (text field)
SignInTbl
TimeID (PK) (AutoNumber)
MemberNum (text field)
dtmStamp (Date/Time)
NumGuest (Number)