Sounds as if you are Grouping in the Report (or, perhaps, Joining in the Query) only on Last Name. Use the Employee ID or the combination of Fields that make up a full name, instead. Using Names for identification isn't a good practice because there are so many duplicates.. what happens when you hire two John Peter Smiths, even if you use the full name?
Larry Linson Microsoft Access MVP
"jema53" <u27301[ at ]uwe> wrote in message news:670778acd785d[ at ]uwe...
[Quoted Text] >I created a report that's based on a query. The query itself is based on > Employees table, Courses Table and a junction table that captures the > employee's ids and courses taken. > > The problem with the report is that when a Last Name is repeated, meaning > there's another employee with the same Last Name, albeit a different > Employee > Id (primary key), the last name only appears once and the courses are put > together for both of them. > > The report is printing like this: > > Smith John New Employee Orientation > Excel 1 > Word - Getting started > New EmPloyee Orientation > Word - Getting started > > The report Should look like this: > > Smith John New Employee Orientation > Excel 1 > Word - Getting started > Smith Sam New EmPloyee Orientation > Word - Getting started > > Any ideas? Thanks. JM >
|