Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have two tables: A & B
A has two fields:
[Traffic Signal],
Location
B has one field:
[Traffic Signal Currently Red]
I need to find the Location value for each [Traffic Signal Currently Red]
May be use ApplyMap or Join....
May be use ApplyMap or Join....
Hi,
if [Traffic Signal Currently Red] values in table B exists in [Traffic Signal] in table A, I would recommend using a Mapping table and Applymap() to fetch the location values, like suggested by Sunny