I got one statement that runs off of a table and I want to put the results into another table. Table Job and table Sales.
I got a statement that runs on table job and aggregates some totals for me. It spits out a Job number and a billed summary. The billed isn't a field but a sum of the billing field.
I want to take that statement and update table Sales. The fields are the Invoice total with the billed value whereever Jobnumber matches with Account number. Any good and easy ways to do that? Thanks
I got a statement that runs on table job and aggregates some totals for me. It spits out a Job number and a billed summary. The billed isn't a field but a sum of the billing field.
I want to take that statement and update table Sales. The fields are the Invoice total with the billed value whereever Jobnumber matches with Account number. Any good and easy ways to do that? Thanks