I am not sure if this is the correct section of the forum, but here goes.
Lets say I have a database with the following filelds
Site
Group
Date
Section1Comments
Section2Comments
Section3Comments
I ultimately want to build a report to show the Site, Group Date and comments from only one section. I have a form with a combo box to select which section to view the comments. The problem is the comments are in different fields (Section1Comments, Section2Comments, etc.). Is there a way to use a query to only show the section comments based on the combo box selection?
For example to select the Group, I have a combo box on the form and in the query I wrote "[Forms]![frm_Main]![cboGroup]. However in this case all the groups are in the same field. So I am unsure if there's a way to do this with different fields.
I appreciate any suggestions.
Jim
Lets say I have a database with the following filelds
Site
Group
Date
Section1Comments
Section2Comments
Section3Comments
I ultimately want to build a report to show the Site, Group Date and comments from only one section. I have a form with a combo box to select which section to view the comments. The problem is the comments are in different fields (Section1Comments, Section2Comments, etc.). Is there a way to use a query to only show the section comments based on the combo box selection?
For example to select the Group, I have a combo box on the form and in the query I wrote "[Forms]![frm_Main]![cboGroup]. However in this case all the groups are in the same field. So I am unsure if there's a way to do this with different fields.
I appreciate any suggestions.
Jim