I'm lost as to what you have and what you need.
***Sorry this can be a little difficult to articulate for me. I'll try again.
If you want to display the team name in your report, your report's record
source should include the table with the team name field. *** I agree, but I
get an error message when I try to do so. The error message I reported above.
Is this what you have? No, because of the error message I am prevented
from doing so. What I am forced to do instead is use the team name from the
Query that creates the data for the report.
You might need to share the SQL view of your report's record source.
***This I do not understand.
Here I'll try again to be clear about what I have and what I am trying to
do and what problem arises when I try to do this. Please not that I have no
look up fields( these have been removed on you suggestion). I will then Try
to be clear about what happens when I try your solution.
What I have: a Table that has a field of 'Team names' and a field of 'Team
ID' numbers that is the primary key for this table.
I have a second Table that has field a 'Team name' that is not a
primary key nor does it look up from the first table. There is no
relationship set up between these two fields. The second table is populated
by a Form. This Form has a combo box that fills the 'Team name field' .
This combo box has in its Row Souce property a SQL Statement:Query Builder
that includes The Team ID and Team name.
I have a Query that is based only on the second table this query
contains 'Team Names'.
What I am trying to do is create a report using the report Wizard. I have
done this two ways.
One, using the wizard and chosen all the fields from the above query
including 'Team names' and when the wizard ask if I what any grouping I
Select NONE. The report, when done, has the actual "Team Names" on it (all
spelled out), In the Design View, The box that contains 'Team names' is in
the Detail section.
The seconed way I have created a report using the wizard is, to select all
the fields from the above query, including 'Team name' and when the wizard
asks if I want any grouping levels I Select 'Team names'. The report, when
done, has the "Team Id Numbers" on it(literally, just numbers appear). In
Design View there is a section, Team Header, where the 'Team Names' Box
appears.
The problem is that I want the literal "Team Names" printed in the first
Report(with a grouping).
Soulution one is to go to the none grouped report(second report) and
copy the box to out of it then past it to the grouped report(first report)
replacing the 'Team names' box. This works.
Soulution Two(suggested by you) is to use the wizard but when I am
chosing the feilds chose the 'Team names' field from the first Table or the
second table( I have tried both) this gives me an error message that I wrote
out in an earlier report. The error message prevents me from going any
futher with the wizard. The only way I am able at this time to chose the
field 'Team name' is from the fields from the Query.