R
Ripper
I need to create a report where I consolidate multiple records from 1 table
and join them to 1 record in another. The problem is, I need them to all be
joined into 1 record.
tblStudents (Name, LocID, Grade) - Single record per student
tblMods-Math (ModID, LocID, Mod) - Multiple mods for 1 kiddos is normal
Finished product needs to be
SomeQuery (Name, LocID, Grade, Mod1, Mod2, Mod3, Mod4, etc...)
How do I do that? I tried creating a crosstab query, but that didn't work out.
and join them to 1 record in another. The problem is, I need them to all be
joined into 1 record.
tblStudents (Name, LocID, Grade) - Single record per student
tblMods-Math (ModID, LocID, Mod) - Multiple mods for 1 kiddos is normal
Finished product needs to be
SomeQuery (Name, LocID, Grade, Mod1, Mod2, Mod3, Mod4, etc...)
How do I do that? I tried creating a crosstab query, but that didn't work out.