I have two tables that I need to merge into one table. One table has the following fields:
My first table is a Select Distinct table from my second table
id (autonumber primary key), Bill_No, Equip_Int, Equip_Nbr, Repair_Dt, Repair_Order_No, SumOfAmt_Billed
My second table unfortunately...