I'm having a problem with my database. I have an "invoice" table and a "vendor" table. The vendor table has two fields, a vendor number and vendor name. The invoice table looks up the vendor number but displays the vendor name.
I created a query to show me all outstanding invoices. The query...