Is it possible to have a LINKED RECORD pull into table 1 from table 2 the same way Excel uses VLOOKUP?
For example:
TABLE1 - COLUMN 1 = DATES - I want to see if the date has an ‘event’ attached based on actual date (which is in TABLE 2)
TABLE 2 - COLUMN 1 = DATES/COLUMN 3 = EVENTS
I want to do this without manually dropping the record in each time, as I may change the date for a row at some point and don’t want to keep the ‘event’ info from table 2 if it’s not an event date.

