473,789 Members | 2,774 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Need help with 52 week calendar

14 New Member
Hello Forum,
I will try to be as detailed as possible, I feel you would better understand what I am trying to do if I could email or upload the database to you all instead. If there is a way to upload, could someone tell me how this is done?

What I have been working on is a database that will help schedule a maintenance departments personnel based on a 52 week calendar.

This is where I am stuck and was hoping someone could give me some direction or ideas. I have a table that stores all the information a technician would need to finish. Since there is just so much work to do, I am trying to schedule it one a weekly bases for the whole year.
Example: out of 5,000 assignments needing to get done I want to assign only 20 of them to each tech (6 of them) and tell Access to allow me to print out a report that only shows the first 20 things needing to get done and then not repeat itself until the next year and so on...
This would be created by the table capturing the techs names, assignments, the amount of time each assignment should take and the most important one is assigning it to a weekly, Bi-weekly, Monthly, etc... Schedule and having it show me the results when asked.

Any help would be appreciated
Jan 30 '08 #1
3 3827
dponce
14 New Member
Anyone have any idea how to print a report on a certain week of the year? I am scheduling based on a 52 week calendar and would just need to know how to get access to understand that I want it to print a certain report only if that calendar week has been meet.

Any advice, thx in advance...
Jan 30 '08 #2
MMcCarthy
14,534 Recognized Expert Moderator MVP
Anyone have any idea how to print a report on a certain week of the year? I am scheduling based on a 52 week calendar and would just need to know how to get access to understand that I want it to print a certain report only if that calendar week has been meet.

Any advice, thx in advance...
You can use the DatePart() function to determine the week number. The syntax is ...

DatePart ( interval, date, [firstdayofweek], [firstweekofyear])

The following should return the week number of the current date.

DatePart ("ww", Now(), vbSunday, vbFirstFullWeek )
Feb 5 '08 #3
MMcCarthy
14,534 Recognized Expert Moderator MVP
Hello Forum,
I will try to be as detailed as possible, I feel you would better understand what I am trying to do if I could email or upload the database to you all instead. If there is a way to upload, could someone tell me how this is done?

What I have been working on is a database that will help schedule a maintenance departments personnel based on a 52 week calendar.

This is where I am stuck and was hoping someone could give me some direction or ideas. I have a table that stores all the information a technician would need to finish. Since there is just so much work to do, I am trying to schedule it one a weekly bases for the whole year.
Example: out of 5,000 assignments needing to get done I want to assign only 20 of them to each tech (6 of them) and tell Access to allow me to print out a report that only shows the first 20 things needing to get done and then not repeat itself until the next year and so on...
This would be created by the table capturing the techs names, assignments, the amount of time each assignment should take and the most important one is assigning it to a weekly, Bi-weekly, Monthly, etc... Schedule and having it show me the results when asked.

Any help would be appreciated
I am merging this with your previous question on this issue which I have replied to.
Feb 5 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
14882
by: cg_news | last post by:
In short, what I am trying to do is, based on a date, calculate the week of year (as described in ISO 8601), then calculate the first and last date in this week period and return them in the format CCYYMMDD. Sounds easy enough, right?? I am attempting to accomplish this by creating a GregorianCalender which will get me the week of year. Then by changing the day of week to 1 (start of week) i'm trying the get the first day of the week,...
4
5741
by: chennakeshava_ramesh | last post by:
hi, I have a problem, I am not able to find out which day of the week it is using the calendar class. I am using set() function to set the date and want to find out which day i.e mon,tue etc of the week it is . Can anyone help me out with this, regards
1
1436
by: JH | last post by:
Why there is not full week support in DateTime classes in .NET. For instance windows`s normal calendar control knows how to show week numbers, but you can`t ask that from DateTime class. Also here in Finland first week in year can be week 52, week 53 or week 1. Also last week of the year can be any of those. So there can be two "week 1"`s in same year (they can be distinquished by using month number).
2
2196
by: Daniel Wilhelm | last post by:
Hi, does someone knows a good JS PopUp Calendar for a form-field, that also shows the WeekOfYear? Thanks, Dan
5
3304
by: Bullschmidt | last post by:
If I know the week number and the year, how can I calc the beginning and ending dates of the week? For background I'm going to do some grouping by week but don't just want to call the weeks Week 25, Week 26, Week 27, etc. Thanks in advance, J. Paul Schmidt, Freelance Web and Database Developer http://www.Bullschmidt.com Access Database Sample, Web Database Sample, ASP Design Tips
0
1001
by: Vincent | last post by:
Does .NET Framework FCL have any function to get week of Month?? Like, November 1 Saturday is 1st week, then November 2 Sunday is 2nd Week, November 8 Saturday is 2nd week, November 9 Sunday is the 3rd week, the week number is exactly the same as monthly calendar that firstdayofweek is Sunday. And does .NET Framework FCL has any function get week count of Month (like November 2003 has 6 week count)..
3
3254
by: | last post by:
Hi!! Did Infragistics or some other company else provide a web calendar conrol with the features and look of Microsoft Outlook calendar? I mean that feature that you can choose Day / Work Week / Week / Month view of the calendar. regards, gicio
9
2551
by: Cliff | last post by:
I want to use the Datepart function to determine the week number based on my company's fiscal calendar which starts Nov. 1. I have tried the following and they all produce #ERROR# . DatePart("ww",!,2,"11/01/2005") DatePart("ww",!,2,#11/1/2005#) If leave the Nov 1 date out, I get a result that appears to be based on Jan 1 as the date. It also appears to be the week number in the year, such that Jan 1 in 2005 and 2006 both have a week...
1
1982
by: 848lu | last post by:
hey i really need help...i got this code....basically im suppose to make a calender that allows a user to type in month and year .... and the calander displays it on the scree using "GregorianCalendar"....and finally the users shold be able to select a date and store information... please feel free to edit the code and play around with it...if you do please commen them out so i understand it... peace... P.S. IT CANT BE ON APLET ...
3
2165
by: aashishn86 | last post by:
var weekend = ; var weekendColor = "#e0e0e0"; var fontface = "Verdana"; var fontsize = 1; var gNow = new Date(); var ggWinCal; isNav = (navigator.appName.indexOf("Netscape") != -1) ? true : false; isIE = (navigator.appName.indexOf("Microsoft") != -1) ? true : false;
0
9511
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10139
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9983
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9020
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7529
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6769
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5551
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4092
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3700
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.