Updating data in row copies to all rows

  • Thread starter Thread starter Alex
  • Start date Start date
A

Alex

I have a query that uses 2 tables, Employees & Courses
that has a one-to-many relationship.

I run the query and update data in a row. When I move
out of the row I've just updated, all of the data in that
row is copied to all other rows.

Any idea what I'm doing wrong? Thanks much
 
Alex

Could you provide a bit more information about your data structure?

How do you confirm that "all the data in that row is copied to all other
rows"? By query? By inspecting the table directly? Which table(s)?
 
Back
Top