Hi, I need to create a query to produce a report showing 'how busy the pool is over a typical week'.
In my tblPool:
Column 1: Pool_Ticket, e.g. a0001
Column 2: Ticket_Type, e.g. MP or NP, MP = member of the gym and NP = non-member of the gym.
Column 3: Member_ID
Column 4: Time_Pool = the time the member or non-member used the pool.
Column 5: Date_Pool = the date the member or non-member used the pool.
Do I need to add any more fields to be able to create the query or are the fields I have already, enough?
Many thanks.
In my tblPool:
Column 1: Pool_Ticket, e.g. a0001
Column 2: Ticket_Type, e.g. MP or NP, MP = member of the gym and NP = non-member of the gym.
Column 3: Member_ID
Column 4: Time_Pool = the time the member or non-member used the pool.
Column 5: Date_Pool = the date the member or non-member used the pool.
Do I need to add any more fields to be able to create the query or are the fields I have already, enough?
Many thanks.