query

  • Thread starter Thread starter Layla
  • Start date Start date
L

Layla

I have a query with a many to many relationship. The
tables alone with no relationship can return a data. But
once I have the relationship. Data is not returned. Does
anyone know why? and how I can fix this?

Thanks
 
I have a query with a many to many relationship. The
tables alone with no relationship can return a data. But
once I have the relationship. Data is not returned. Does
anyone know why? and how I can fix this?

Thanks

A Many to Many relationship always requires a third table to contain
the relationship information itself. What is the structure of your
Tables? Could you post the SQL of the query that's not returning data?
 
Back
Top