Full Version: Ok To Delete/change Relationships In A Query?
UtterAccess Discussion Forums > Microsoft® Access > Access Queries
Metron4
Hi,

In my web database I was getting unpredictable results with my query. Certain results that displayed as expected would suddenly be filtered out when I added another table. I noticed the relationship of the new table had redundant joins to other tables, so I deleted them. Now my query looks as it should.

Am I correct in assuming that changing or deleting the table relationships shown in the query design have no effect on the relationships of the tables outside the query?

Thanks
BananaRepublic
The lines you see in your queries are not relationships but rather joins.

Think of them this way -

Relationship describe how one entity _ought_ to map to other entity.

Join describe how one entity _should be_ matched to other entity.


In a web database, the only place you create a relationship is when you create a lookup field, and Access defaults is to auto-join any query that has both participating table based on the lookup field. But join only describe how you'd get the data back (e.g. should you only see matches or should you see possible records from one table regardless if they have a matching entry in other table or not?)

HTH.
Metron4
Ah, Thanks. I understand now. Initially, I did not even think of deleting the joins because I thought they were hard-wired into the actual tables.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.