My table Events has the following fields: [Event ID], [Event Title], [Event Date]
Event Title is a lookup of the table Event List with the following fields in this table: [List ID], [Event]
When I create a query an attempt to concatenate the [Event Title] and [Event Date] fields from the Events table, the resultant set shows the [Event ID] and not the [Event Title] For example: 5 11/30/2020, instead of Received
11/30/2020
How can i get the actual [Event Title] to display?