kcyankees125
Registered User.
- Local time
- Today, 04:16
- Joined
- Nov 20, 2012
- Messages
- 11
I currently have a combo box called [DI_CONNECTION] set up on a form [Startup] that has a row source of: [ORIGIN] & " - " & [ORIGIN_TIME] & ", " & [DESTINATION] & " - " & [DESTINATION_TIME]
I would like to do a query that shows all records that have the same [DESTINATION] how do I reference just the [DESTINATION] in the query? I was taught the criteria should be in the form: [Forms]![Startup].[DI_CONNECTION] but do not know how to get to the specific [DESTINATION] of the record.
I would like to do a query that shows all records that have the same [DESTINATION] how do I reference just the [DESTINATION] in the query? I was taught the criteria should be in the form: [Forms]![Startup].[DI_CONNECTION] but do not know how to get to the specific [DESTINATION] of the record.