Hi,
I have 2 tables that are related. One table has all data available for all post entered in the database. The other table has some of the post, but not everyone.
I want to get some data (one Colum) from the second table to the first. As I said they are related and I thought the Relate() function should work.
The problem I get is that there are about 800 values in the second table with a specific value. When I use the relate function to the first table I count the specific values and there are 340 more values than the original table (1140)
I thought that the rows that did not have any value because there where not present in the second table should be blank in the first table. For some reason I have more values?
I have been struggling with this issue for some days now and thought I ask somebody that knows! I hope this makes sense......
Mats
I have 2 tables that are related. One table has all data available for all post entered in the database. The other table has some of the post, but not everyone.
I want to get some data (one Colum) from the second table to the first. As I said they are related and I thought the Relate() function should work.
The problem I get is that there are about 800 values in the second table with a specific value. When I use the relate function to the first table I count the specific values and there are 340 more values than the original table (1140)
I thought that the rows that did not have any value because there where not present in the second table should be blank in the first table. For some reason I have more values?
I have been struggling with this issue for some days now and thought I ask somebody that knows! I hope this makes sense......
Mats