I am sorry, the search facility is down, but I need help now.
I have two tables named HOURS and OLDHOURS.
Each table has fields HOURSWORKED and HOURSOVERTIME
I need to summarise the hoursworked and the hoursovertime such as in :
Sum(HOURSWORKED)as TOTALHOURSWORKED and sum(HOURSOVERTIME) as TOTALHOURSOVERTIME from the union of tables HOURS and OLDHOURS.
Thanks
fordtran
I have two tables named HOURS and OLDHOURS.
Each table has fields HOURSWORKED and HOURSOVERTIME
I need to summarise the hoursworked and the hoursovertime such as in :
Sum(HOURSWORKED)as TOTALHOURSWORKED and sum(HOURSOVERTIME) as TOTALHOURSOVERTIME from the union of tables HOURS and OLDHOURS.
Thanks
fordtran