Hi. I'm trying to link two tables, something ...

Hi. Iโ€™m trying to link two tables, something Iโ€™ve done before with no problem.

In each table I have a column named Project. After choosing the โ€˜Refโ€™ column type I make sure that the table is

linking to the other table then cross my fingers that it connects to the right column. Normally it does so, presumably based on matching the column names. In this case both are called โ€˜projectโ€™ and so there should be no problems.

However, it insists in matching to the โ€˜Keyโ€™ column (see below).

Can anyone tell me what Iโ€™m doing wrong?

0 1 306
1 REPLY 1

@Kevin_Biggar

A Ref in table A to table B, always contains the key of the target record in table B.

The key values in Table B uniquely identify each record in table B. By using the referenced tableโ€™s key, the Ref ensures it can always find the right record in table B.

You can retrieve the value of a field in Record B using a De-reference expression. For example, if the Ref field in table A is called โ€œMyRefToBโ€ and the wanted field in table B is called โ€œMyDateFieldInBโ€, then you might write

[MyRefToB].[MyDateFieldInB]

Top Labels in this Space