I've established a linked table from excel consisting of dates and other numerical values. These values could be updated throughout the day by formulas linked to third party API feeds so I wanted to have something dynamic. Where I'm stumped is retrieving a field value in a record that matches a record searched in my form. For example, I look up companies that already exists in my database, values are then returned from the company table but a couple of fields that I wish to populate have data residing in the linked excel table. I know I can't relate tables that have external links so I'm searching for a solution to incorporate this data into a form or report. What is the procedure for returning the appropriate value?