Albert, thank you for that, your code below works great for me, I have used it with DCOUNT too.
WORKS
=DSUM("Covers", "tbl_Net_RestaurantBookings", MyToday("CheckIn"))
However, is it possible to add a second criteria to not count cancellations (status column is blank), not sure if this is...