Worday
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 18 articles for 0.303 sec
Use the After Update event of the [date surveyed] field to calculate and populate the [Date reqd] field (thake the ' out of the field name before you hurt yourself) It would be like this: Private Sub txtDateSurveyed_AfterUpdate() Me.txtDateRequired = AddWorkdays(Me.txtDateSurveyed, 21) Here is the function: '-------------------------------------------------------------------     

Group: microsoft.public.access · Group Profile · Search for Worday in microsoft.public.access
Author: Klatuu
Date: Sep 2, 2008 08:47

Okay. I like the idea of unioning the holidays and events for calculation purposes. Seems a clever way to simplify the caclulation routines, but keep the entities separate for when they need to be. -- Dave Hargis, Microsoft Access MVP "genoki@yahoo.com" wrote: Thanks Klatuu & dch3, I think I have enough to solve my challenge. Klatuu your suggestion to consider Events
Show full article (3.01Kb) · Show article thread
Thanks Klatuu & dch3, I think I have enough to solve my challenge. Klatuu your suggestion to consider Events and Holidays as logically the same, makes the solution simpler. However, I won't put them into same table but will union them and then work with them. dch3, your suggestion to break out reporting of hours into working hours, weekends, holidays, events helped to clarify what I need     

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Worday in microsoft.public.access.modulesdaovba
Author: Klatuu
Date: Jul 22, 2008 11:54

Here are two functions. One that calculates the number of working days between two dates. It excludes Saturdays, Sundays, and any date in the holiday table. To add an event table, you could easily copy the code used to count holidays. But, I would suggest that both holidays and events be in the same table as they are logically the same in your case. If you need to differentiate between
Show full article (8.62Kb) · Show article thread
Thank you for the correction Douglas, that works great! "Douglas J. Steele" wrote: > Unfortunately, you fell victim of wordwrap in what Dave posted (some of his > lines of code appeared as two lines in his post). > > Here's a version that shouldn't have that problem: > > '--------------------------------------------------------------------------------------- > ' Procedure : AddWorkDays     

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Worday in microsoft.public.access.modulesdaovba
Author: genoki
Date: Jul 22, 2008 10:28

Absolutely Beautiful man. Thanks for allllllll of you help! I appreciate it. "Douglas J. Steele" wrote: Unfortunately, you fell victim of wordwrap in what Dave posted (some of his lines of code appeared as two lines in his post). Here's a version that shouldn't have that problem: '---------------------------------------------------------------------------------------
Show full article (8.12Kb) · Show article thread
Unfortunately, you fell victim of wordwrap in what Dave posted (some of his lines of code appeared as two lines in his post). Here's a version that shouldn't have that problem: '--------------------------------------------------------------------------------------- ' Procedure : AddWorkDays ' DateTime : 5/8/2006 14:24 ' Author : Dave Hargis ' Purpose : Determines the date of a work     

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Worday in microsoft.public.access.modulesdaovba
Author: Klatuu
Date: Jul 22, 2008 07:18

Hmph. I never used the module tab before. I did everything you told me to do and everything seemed great until it told me that the VB Editor had a syntax error in it. What do I do now? "Klatuu" wrote: You bet. First, copy and paste the code into a standard module. That would be: Choose the modules pane in the database window Click new to create a new module - The VB editor
Show full article (7.04Kb) · Show article thread
You bet. First, copy and paste the code into a standard module. That would be: Choose the modules pane in the database window Click new to create a new module - The VB editor (VBE) will open Paste the code into the blank module. Save it and give it a name, but the name cannot be the same as the function name. Now, to use it in your query, open the query builder. You will need to create     

Group: microsoft.public.access.gettingstarted · Group Profile · Search for Worday in microsoft.public.access.gettingstarted
Author: Andre Adams
Date: May 29, 2008 08:49

Thank you very much Klatuu. I have no idea how to use this VBA code. I don't know where to put it or what each line means in relation to my data. Can you break this down just a little bit more for me? The furthest I got was adding the holiday table and then everything just went blank for me. I've never studied this part of access that indepthly before. Please help, I'm 80%% done with
Show full article (9.22Kb) · Show article thread
    

Group: microsoft.public.access.gettingstarted · Group Profile · Search for Worday in microsoft.public.access.gettingstarted
Author: Andre Adams
Date: May 29, 2008 08:49

Show full article (9.24Kb) · Show article thread
    

Group: microsoft.public.access.gettingstarted · Group Profile · Search for Worday in microsoft.public.access.gettingstarted
Author: Douglas J. Steele
Date: May 29, 2008 07:39

Show full article (8.62Kb) · Show article thread
    

Group: microsoft.public.access.gettingstarted · Group Profile · Search for Worday in microsoft.public.access.gettingstarted
Author: Andre Adams
Date: May 29, 2008 07:31

Show full article (5.93Kb) · Show article thread
    

Group: microsoft.public.access.gettingstarted · Group Profile · Search for Worday in microsoft.public.access.gettingstarted
Author: Klatuu
Date: May 29, 2008 07:06

Show full article (5.44Kb) · Show article thread
    

Group: microsoft.public.access.gettingstarted · Group Profile · Search for Worday in microsoft.public.access.gettingstarted
Author: Andre Adams
Date: May 29, 2008 06:30

Show full article (4.37Kb) · Show article thread
1 · 2 · next