1
116
I have 2 tables...Job and Material. I am trying to configure dlookup to
return value of 'Note_Text' in table 'Material' based on 'Part_Number' in
table Job.
DLookUp("[Note_Text]","Material","[Material] = [Job]![Part_Number]")
Any help would be greatly appreciated.
Thanks
David
return value of 'Note_Text' in table 'Material' based on 'Part_Number' in
table Job.
DLookUp("[Note_Text]","Material","[Material] = [Job]![Part_Number]")
Any help would be greatly appreciated.
Thanks
David