Hi all
Wonder if anyone can help with this one.
I have a database for managing event bookings. Here is a simplified version of the table structure
TBL:Events
EventId (PK)
Reference
VenueID (Linked to TBL:Venue)
Date
StartTime
FinishTime
TBL:Venue
VenueId
VenueNAme
I want to be able to query the Events table using the Reference field so that for each record it shows the earliest StartTime and the latest FinishTime.
Is this possible?
Many thanks
Wonder if anyone can help with this one.
I have a database for managing event bookings. Here is a simplified version of the table structure
TBL:Events
EventId (PK)
Reference
VenueID (Linked to TBL:Venue)
Date
StartTime
FinishTime
TBL:Venue
VenueId
VenueNAme
I want to be able to query the Events table using the Reference field so that for each record it shows the earliest StartTime and the latest FinishTime.
Is this possible?
Many thanks