Hello, it's my first post
I have a problem - I can't build a proper criteria, probably...
I have two tables.
The first one is the general, where I store the data, and the second one is the table from which I lookup...
The [General] table contains:
-1 [Location]
-2 [Distance]
The [Second] table:
-1 [Location*]
-2 [Distance*]
So I lookup a [Location] from [Location*] and I want to creat an update query that will type the [Distance] from [Distance*] by choosing the right Location.
I will show you what I did:
-Field- [Distance]
-Table- [General]
-UpdateTo- [Second]![Distance*]
-Criteria- [General]![Location]
The tables have reletaionship, and the related fields ([Location] and [Location*]) are with same type and options. But there is a mistake, because it does not do it...
PLEASE HELP