Calculated column with look up info (1 Viewer)

oasis123

New member
Local time
Yesterday, 20:55
Joined
Mar 18, 2018
Messages
4
My problem seems simple, but after hours searching and trying, I gave up.
I have 2 tables:
Table1: ID(auto), Name(text)
Table2: ID(auto), T1ID(number), T1Name(text)
I just want to enter a number ID in 'T1ID' and get the corresponding 'Name' from Table1 in field T1Name.
I've tried using a calculated column DLookUp("[Name]","Table1","[ID] = " & [T1ID]), but Access doesn't accept it.
 

Users who are viewing this thread

Top Bottom