How NOT to update

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have several tables of "master data" that feed into a "Daily Roster Report"
of assigned route drivers, routes and truck assignments and scheduled start
times.

I need to be able to update the Daily Roster Report each morning to refelct
any route changes caused by absence, truck breakdown, tardiness, etc. but do
NOT want to change the underlying, master table data.

Help!!

Thanks
 
MikeARC said:
I have several tables of "master data" that feed into a "Daily Roster
Report" of assigned route drivers, routes and truck assignments and
scheduled start times.

I need to be able to update the Daily Roster Report each morning to
refelct any route changes caused by absence, truck breakdown,
tardiness, etc. but do NOT want to change the underlying, master
table data.

Help!!

Thanks

Then you need another table that stores what *actually* happens each day and
only use the Master table to supply default values to that table which once
copied over can be changed for that day.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top