arnelgp ..forever waiting... waiting for jellybean! Local time Today, 22:57 Joined May 7, 2009 Messages 20,347 Jul 26, 2020 #21 and don't use INNER JOINs, you will not be able to add new record if the joining field on both table does not exists (yet) on either table. use LEFT JOIN instead.
and don't use INNER JOINs, you will not be able to add new record if the joining field on both table does not exists (yet) on either table. use LEFT JOIN instead.