Hi I have created a simple booking DB, i am try to summarize the booking by centre and date so that when a user checks if there is availability the will be able to see how many have booked an activity and how many spaces are left, i have created a new field that calculates the spare places
Spaces: IIf([Totalbookings]=[MaxPeople]"Full"[MaxPeople]-[TotalBookings])
I have also added a link to the main file
filedropper.com/ddc3-final
Help is really appreciated, this has been driving me nuts for three days
Mark
Spaces: IIf([Totalbookings]=[MaxPeople]"Full"[MaxPeople]-[TotalBookings])
I have also added a link to the main file
filedropper.com/ddc3-final
Help is really appreciated, this has been driving me nuts for three days

Mark