I thought that my record source is already a query that gets data from the vendor table, otherwise how would it get that data?
Like so:
SELECT [Purchase Orders].*, Vendors.[Contact Name], Vendors.[Contact Name], Vendors.[Vendor Name], Vendors.Address, Vendors.City, Vendors.[Zip Code]...