query

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
 
J

John Vinson

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top