Marshall Brooks
Member
- Local time
- Today, 16:53
- Joined
- Feb 28, 2023
- Messages
- 727
I think this is a simple question, but I'm pretty weak in query design.
I have a table called tblChapterNames, it has two fields "ChapterNumber" and "Subject". Some subjects have a value of "N/A" so I want to omit those.
I figured out how to make a two-column query, but I would like to use the query with a combobox drop-down list, so I would like the first field to combine the items with a dash between them - i.e. "ChapterNumber-Subject", but I don't know how to make the combined field.
Thanks in advance!!!
I have a table called tblChapterNames, it has two fields "ChapterNumber" and "Subject". Some subjects have a value of "N/A" so I want to omit those.
I figured out how to make a two-column query, but I would like to use the query with a combobox drop-down list, so I would like the first field to combine the items with a dash between them - i.e. "ChapterNumber-Subject", but I don't know how to make the combined field.
Thanks in advance!!!