hi i need to create a query that will query my 6 tables that have an amount column & date paid column.
i need to total up all the amounts due, so therefore the datepaid column would be null.
can anyone help how i would be able to view how much is due from 6 tables?
tables:
product1
product2
product3
product4
product5
product6
each have amount column (decimal) and date paid column(date)
many thanks