Hello....again...y'all 
I have a structure question...
Base:
I have a small sweet query that makes a recordSet.This query gets a list of records corresponding to a specific date, *Some of the records will have a field (BR) with the same value, the recordSet is sorted according to this field (BR). There will be a maximum of about 10 unique BR values
Desired result:
A report based on the query (now the problem) plus values from escorts table.
The report is already grouped according to this BR field, then for each unique group of BR it should display multiple user chosen values (in red below) from this escorts table under or next to the BR value
like this:
GUI operation:
1. mainForm opens
2. You choose a date
3. If there are records matching it displays in a subForm (spredsheet view) in the mainForm
4. For each unique BR value the user can chose multiple values from the escorts table from a comboBox
5. when the user has chosen escort values for all unique BR values he clicks print report (looking like the image above)
Question:
What is the best approach to be able to let the user choose these escort values for each unique BR value..?
This is how i see it:
MainForm with a datechoser, then a subForm (spreedsheet) displaying the corresponding records, onClick on a row user choses escorts from a dropdown in the mainForm the values get added to an empty Field in the spreadsheet, then when the user is done he just clicks a button creating the report...
Problem
How do i add dynamically values to a query's recordSet's empty field and then base a report on that??

I have a structure question...
Base:
I have a small sweet query that makes a recordSet.This query gets a list of records corresponding to a specific date, *Some of the records will have a field (BR) with the same value, the recordSet is sorted according to this field (BR). There will be a maximum of about 10 unique BR values
Desired result:
A report based on the query (now the problem) plus values from escorts table.
The report is already grouped according to this BR field, then for each unique group of BR it should display multiple user chosen values (in red below) from this escorts table under or next to the BR value
like this:

GUI operation:
1. mainForm opens
2. You choose a date
3. If there are records matching it displays in a subForm (spredsheet view) in the mainForm
4. For each unique BR value the user can chose multiple values from the escorts table from a comboBox
5. when the user has chosen escort values for all unique BR values he clicks print report (looking like the image above)
Question:
What is the best approach to be able to let the user choose these escort values for each unique BR value..?
This is how i see it:
MainForm with a datechoser, then a subForm (spreedsheet) displaying the corresponding records, onClick on a row user choses escorts from a dropdown in the mainForm the values get added to an empty Field in the spreadsheet, then when the user is done he just clicks a button creating the report...
Problem
How do i add dynamically values to a query's recordSet's empty field and then base a report on that??