I was wondering if I can use an update query for these tables
-tbl cornerstar tickets- columns are: phase, date, ticket, employee, equipment, rate, description, hours, loads, price
-tbl cornerstar invoices-columns are: phase, date, company, invoice #, item description, loads, tons, price
(I have a union query that combines the above 2 tables for phase, date and price. I have the price totaled through a report since I was not able to do it through the union query)
I have a main tbl Projects with columns Project, start date, end date, bid amount, current totals, last updated
(Just as an FYI I have 17 projects on there and I eventually would like to do this for each one)
What I would like to see happen is when new information is entered in tbl cornerstar invoices or cornerstar tickets for the tbl Projects to update Current totals and last updated(date) columns. Any recommendations for the best way to go about this? Im not so sure since I have the totals on a report and not a query cause I couldnt figure out how to do that.
Thank you!!!!!!!!!
-tbl cornerstar tickets- columns are: phase, date, ticket, employee, equipment, rate, description, hours, loads, price
-tbl cornerstar invoices-columns are: phase, date, company, invoice #, item description, loads, tons, price
(I have a union query that combines the above 2 tables for phase, date and price. I have the price totaled through a report since I was not able to do it through the union query)
I have a main tbl Projects with columns Project, start date, end date, bid amount, current totals, last updated
(Just as an FYI I have 17 projects on there and I eventually would like to do this for each one)
What I would like to see happen is when new information is entered in tbl cornerstar invoices or cornerstar tickets for the tbl Projects to update Current totals and last updated(date) columns. Any recommendations for the best way to go about this? Im not so sure since I have the totals on a report and not a query cause I couldnt figure out how to do that.
