I am working on what I thought would be a very simple database project. I have been using ChatGPT for a range of different subjects. Some of them have some very interesting information. I wanted to create a database to keep track of what subjects are discussed in each chat.
The database has just 2 tables and 1 junction table. I have one form and one subform for the Combobox. The Combobox is to allow more than 1 subject to be assigned to a chat. I would like the Combobox on the main form to display all of the subjects for that chat. I can't get it to display more than 1.
Here are the relationships:
[IMG][/IMG]
I have the Default View of the subform set to "Continuous Forms" in the Property Sheet under the "Format" tab.
Is there something else I need to do?
Thanks