473,440 Members | 1,688 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,440 software developers and data experts.

Want to forcast number of projects completed per year

I put that into my query and it gave me the year that the mod will be completed. Hopefully I did that right=).

But how do i get to a Quantity of projects complete per year. For instance I am starting with a dataset that has a single record(Table1 Above) with a run rate(Units/Day) and a Qty to complete(Total Units). I need to take that dataset and create an output that will have all future years(table2). So I should end up with a record for every year and Projected completion in the future untill the project is closed.
Sep 6 '12 #1
2 1236
zmbd
5,501 Expert Mod 4TB
I split Soulspike's post from the original thread:
http://bytes.com/topic/access/answer...on#post3727357

<For reference:>
Soulspikes tables:
Expand|Select|Wrap|Line Numbers
  1. table1 
  2. Project      Units/day    Total_Units 
  3. Project 1    4.29         259 
  4. Project 2    1.94         152 
  5. Project 3    3.19          82 
  6. Project 4    2.30          72 
  7. Project 5    0.16          70 
  8.  
  9.  
  10. Table2 
  11. Project      Year      Units_Forcasted 
  12. Project 1    2012         100 
  13. Project 1    2013         100 
  14. Project 1    2014          59 
  15. Project 2    2012         125 
  16. Project 2    2013          27 
Note that table 2 is just an example and is not actualy based on the numbers as shown in table one:

The calculated field of reference takes the production numbers in table one and returns the year the target should be reached: Format(DateAdd("y", ((tgt)/(upd/dpy)), startdate), "yyyy")
-z
Sep 6 '12 #2
zmbd
5,501 Expert Mod 4TB
Soulspike,
I’ve pondered your question for a few moments and have decided that there is some missing information.
You can only calculate the estimated number of projects completed per year from the data given in table 1. To calculate the actual number of projects completed per year would require the actual production for the year, not the anticipated production.
From what you have we MIGHT be able to determine the estimated projects completed.
You’ll need to take a stab at writing the equation first before we can actually help and it would be most helpful to have the scope within this question is working.

-z
Sep 6 '12 #3

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

Similar topics

1
by: J. Muenchbourg | last post by:
I'm trying to get the date from a request-query post that contains a year (request("season") and a week number from that year (cint(request("gameweek"))+35) I added 35 to the week number because...
4
by: pjac | last post by:
I need assistance in creating an Automatic tracking number that appears in a textbox that looks like: 2004-001. The first part of the number is based on the year, the second part is generated from...
1
by: anony | last post by:
I'm sure I'm overlooking a built in method to convert a date to Month, day, year - such as August 2, 2004 from a datetime. Is there a simple way to do this, or must I do it myself? Thanks.
22
by: Kd | last post by:
I have the following set up to give me aresponse number R05-001 I would like it to reset to R06-001 at new year ResponseNo: "R" & Right(Format(Date(),"yyyy"),2) & "-" & Format(,"000") This is...
1
by: handyman99478 | last post by:
My Table has a Key called KeyID, and a Foriegn Key called FKey,it has a series of tests mytest and is segmented by a type myType. It has a result of PassFail which is a bit and a date at which it...
5
by: Beemer Biker | last post by:
I cant seem to get that date into any DateTime to make my calculation directly by subtracting "01-01-0000" from "now". After reading this:...
13
by: ravi | last post by:
I am a final year computer engineering student i am looking for some good as well as tough project ideas in C/C++ Can anybody help me by giving their ideas Thanks in advance.
2
by: joegood | last post by:
Hello All First of all I am an access newbie and I am looking for a bit of help on this. I have looked at other similar articles but I a failing in my implementation. I have an number...
10
by: hotflash | last post by:
Hi All, I am not trying to convert ASP to MS Access style but I used to have a MS Access database that will query completed projects (not NULL), by month. Let's say, if I click on the query, I...
0
damonreid
by: damonreid | last post by:
Hi, For some reason my brain is not working today. I have two tables; one is a list of employee’s, where they work, their training status and certification status. The second table is a list of...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
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...
0
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...
0
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...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...

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.