Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have three tables ,and i am not using relational database,i am using simple database ,problem is data is repeating in all so i didnt use rdbms and no relationship.
now when i am joining this three tables using simple comparing the simliar column an all tables, they get combined but their value becomes wrong ,value gets changed it repeats.

any solutions?

and in this asking section i cant paste any image how can i do so here that will help any onw to better understand the problem.
Posted
Updated 8-May-14 0:46am
v2
Comments
CHill60 8-May-14 6:53am    
It's ok - we don't need an image ... give me a moment, I have the solution for you
Kschuler 8-May-14 13:58pm    
Can you post the basic layout and perhaps sample data of your tables. Then show us the SQL statement that you are currently using to pull the data. Without this information we can only give you general advice.
Member kavyansh 13-May-14 5:49am    
i will give basic layout,but i am not able to paste the images of layout...how to post images in codeproject website???

1 solution

I needed to find a suitable example rather than trying to explain from scratch.

Have a look at this post
http://stackoverflow.com/questions/19367565/sql-inner-join-wih-multiple-table[^]
(I know it says "sql" but it is for Access)

You can "trick" access into thinking that it is only joining two "tables" using the technique shown at that link

[Edit] - if this doesn't solve your problem, goto the SQL View in access and copy your query into your post and I'll try again
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900