Having a bit of trouble here. I trying to calculate weekly total's.
The weekly totals would be down hrs for a given week so the value would be in hours. I think I sould also tell you that I'm running a split dbase with the backend installed on a server and about 20 frontend users. Now I not sure but I think I need to use and append query to update the table. Now the weeks are fixed and I have a table with 3 fields (Week Number, Start of Week. End of Week) an example would like this below
03 Week 35 , 9/1/2003 , 9/7/2003
03 Week 36 , 9/8/2003 , 9/14/2003
and so on until week 52 then it will restart with 04 Week 1
So the weekends every Sunday at Midnight. So now I have a table called weekly down hrs. How do I get (I think) an append query to run on its own every Sunday Night to add new records to this table?
Thank you for your time
Jim
The weekly totals would be down hrs for a given week so the value would be in hours. I think I sould also tell you that I'm running a split dbase with the backend installed on a server and about 20 frontend users. Now I not sure but I think I need to use and append query to update the table. Now the weeks are fixed and I have a table with 3 fields (Week Number, Start of Week. End of Week) an example would like this below
03 Week 35 , 9/1/2003 , 9/7/2003
03 Week 36 , 9/8/2003 , 9/14/2003
and so on until week 52 then it will restart with 04 Week 1
So the weekends every Sunday at Midnight. So now I have a table called weekly down hrs. How do I get (I think) an append query to run on its own every Sunday Night to add new records to this table?
Thank you for your time
Jim