Monthd
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 8 articles for 0.105 sec
Many thanks again for your formulas and explanations. I have a question: Using your formulas there are 37 cases out of target for May. If I change your Pct formula to (MonthD=MonthD 2:2)*SLA>SLA 2:2) rather than (MonthD=MonthD 2:2)*SLA>=SLA 2:2) to make target 80 inclusive (I presume), I get 46 results out of target. This should be 43 if it represents 20%% of the 216 records. The results     

Group: microsoft.public.excel.misc · Group Profile · Search for Monthd in microsoft.public.excel.misc
Author: mcquam
Date: Jun 23, 2008 00:48

Try Public Function FirstMonday(ByVal moffset As Long) As Date Dim d As Date d = VBA.DateSerial(VBA.Year(VBA.Now()), VBA.Month(VBA.Now()) + moffset, 1) If VBA.WeekDay(d, VBA.vbMonday) <> 1 Then d = d + 8 - VBA.WeekDay(d, VBA.vbMonday) End If FirstMonday = d End Function HtH Pieter "Jeff Boyce" <JeffBoyce_IF@msn.com-DISCARD_HYPHEN_TO_END> wrote in message news:%%23Hnl$YyDIHA
Show full article (0.42Kb) · Show article thread
How have you declared dated (and dayd)? Assuming the first working day will be Monday if the first day of the month is a Saturday or Sunday and that pymt1date, pymt2date are controls on your form, try: Dim dated As Date Dim j As Long For j = 1 To 6 dated = DateSerial(Year(Date), Month(Date) + j, 1) Select Case Weekday(DateD) Case vbSaturday dated = DateAdd     

Group: microsoft.public.access.formscoding · Group Profile · Search for Monthd in microsoft.public.access.formscoding
Author: Pieter Wijnen
Date: Oct 15, 2007 05:51

Hello All I wonder if anyone can help. I am trying to add some code to a form to calculate the first working day of each month for the next six months... here's how far I have got... For j = 1 To 6 dayd = Format(1, "dd") monthd = Month(Now) + j If monthd 12 Then monthd = Format(Month(Now) + j - 12, "mm") yeard = Format(Year(Now) + 1, "yyyy") Else monthd = Format
Show full article (2.39Kb) · Show article thread
Hello All I wonder if anyone can help. I am trying to add some code to a form to calculate the first working day of each month for the next six months... here's how far I have got... For j = 1 To 6 dayd = Format(1, "dd") monthd = Month(Now) + j If monthd > 12 Then monthd = Format(Month(Now) + j - 12, "mm") yeard = Format(Year(Now) + 1, "yyyy") Else monthd = Format     

Group: microsoft.public.access.forms · Group Profile · Search for Monthd in microsoft.public.access.forms
Author: Douglas J. Steele
Date: Oct 15, 2007 05:33

***Have all records in one Table***, not in multiple Tables of similar structure, as per John advised the you can use a Parameter Query which will pop up a dialog that ask the user for the criterion value, e.g. Month/Year. Alternatively, you can create a [frmPreProcessor] which has TextBoxes / ComboBoxes for the user to select monthd or date range and then a CommandButton to run the Report
Show full article (2.27Kb) · Show article thread
monkie <monkie@postmaster.co.uk> wrote in news:f45vqe$81b$1@news.freedom2surf.net: > Robert de Vincy wrote: >> monkie did write: >> >>> Fi wrote: >>> >>>> / >>>> ...and I thought you might care thqast I am >>>> >>>> ) ERY DRUNK >>>> B) VEEN TR7NG TO ACCESS TEH ADS FOR monthd, but my servrer said >>>> "!NOO!!! c) broken of heart/ >>>> >>>> Hello1 >>>> >>>> fI X >>> welcome home     

Group: microsoft.public.access.formscoding · Group Profile · Search for Monthd in microsoft.public.access.formscoding
Author: Nick
Date: Oct 15, 2007 05:13

"310527" <jurplesman@gmail.com> wrote in message news:1173923340.615144.100830@n76g2000hsh.googlegroups.com... On Mar 15, 1:08 am, "mog" <some...@somwhere.co.uk> wrote: I realy found this interesting. I'm an alcoholic myself going through recovery at the moment. My father was an alcoholic too, and when he was not drinking, (which sometimes was years) he was always craving
Show full article (1.34Kb)
    

Group: microsoft.public.access.forms · Group Profile · Search for Monthd in microsoft.public.access.forms
Author: Nick
Date: Oct 15, 2007 05:06

Show full article (1.34Kb)
    

Group: microsoft.public.access · Group Profile · Search for Monthd in microsoft.public.access
Author: Van T. Dinh
Date: Oct 9, 2007 17:37

Show full article (0.86Kb) · Show article thread
    

Group: alt.digitiser.snakes · Group Profile · Search for Monthd in alt.digitiser.snakes
Author: Kermit
Date: Jun 6, 2007 09:59

Show full article (1.07Kb)
    

Group: alt.recovery.addiction.alcoholism · Group Profile · Search for Monthd in alt.recovery.addiction.alcoholism
Author: mog
Date: Mar 14, 2007 20:13

Show full article (2.65Kb)