Well that's just annoying.
"Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_canada.com> wrote in message
news:eVeDl9XFGHA.524@TK2MSFTNGP09.phx.gbl...[color=blue]
> I wonder whether
>[/color]
http://news.com.com/Create+an+e-anno...2491&subj=news[color=blue]
> is relevant here...
>
> --
> Doug Steele, Microsoft Access MVP
>
http://I.Am/DougSteele
> (no private e-mails, please)
>
>
> "Rob Oldfield" <blah@blah.com> wrote in message
> news:43c2fd42$0$23285$db0fefd9@news.zen.co.uk...[color=green]
> > Arno,
> >
> > You think it would be a good idea to include another section on your[/color][/color]
site:[color=blue][color=green]
> > how to report abuse to Earthlink? I'm perfectly prepared to help out by
> > writing it.
> >
> >
> > "Rob Oldfield" <blah@blah.com> wrote in message
> > news:43c2dac2$0$23285$db0fefd9@news.zen.co.uk...[color=darkred]
> >> Incidentally Steve, I was just browsing Arno's site when I noticed a[/color][/color][/color]
mail[color=blue][color=green][color=darkred]
> >> from you to a previous prospective client including the phrase: "You[/color][/color][/color]
will[color=blue][color=green][color=darkred]
> >> totally own the application; there will be no licensing restrictions."
> >>
> >> Did you change your standard terms, or did you ask the owner of this[/color][/color][/color]
code[color=blue][color=green][color=darkred]
> >> for permission to reproduce it here?
> >>
> >>
> >> "PC Datasheet" <nospam@nospam.spam> wrote in message
> >> news:n__vf.4339$%W1.4167@newsread2.news.atl.earthl ink.net...
> >> > An Access user saw my name in a newsgroup and sent me a request for
> >> > help
> >> on
> >> > a project. As part of the project, a list of the dates in a month was
> >> > needed. For anyone needing a list of dates in a month, here is what I
> >> used:
> >> >
> >> > 1. Create a table named TblNumbers with one field named Num and[/color]
> > populate[color=darkred]
> >> > the table with 1 to 31
> >> > 2. Create a query based on TblNumbers
> >> > 3. Pull down Num into the first field of the query.
> >> > 4. Put the following expression in the criteria for Num:
> >> > <=Day(DateSerial(6,1+1,0))
> >> > 5. Put the following expression in the second field of the query:
> >> > MonthDate: DateSerial(6,1,[Num])
> >> > 6. Put the following expression in the third field of the query:
> >> > =Day([MonthDate])
> >> > 7. Put the following expression in the fourth field of the query:
> >> > =Format([MonthDate],"ddd")
> >> > 8. Put the following expression in the fifth field of the query:
> >> > = Format([MonthDate],"dddd")
> >> > 9. Run the query.
> >> >
> >> > The query will return all the dates for this month (January 06) in[/color][/color][/color]
the[color=blue][color=green][color=darkred]
> >> > second column. The third column will contain the day of the month for[/color]
> > each[color=darkred]
> >> > date. The fourth column will contain the three letter abbreviation[/color][/color][/color]
for[color=blue][color=green]
> > the[color=darkred]
> >> > day of the week for each date. The fifth column will contain the[/color][/color][/color]
full[color=blue][color=green][color=darkred]
> >> name
> >> > of the day of the week for each date.
> >> >
> >> > In the DateSerial expression, 6 is the year (06) and 1 is the number[/color][/color][/color]
of[color=blue][color=green][color=darkred]
> >> the
> >> > month. You can make the query return the dates for any year and month
> >> > by
> >> > modifying the DateSerial function to make the 6 and 1 selectable on a
> >> form.
> >> >
> >> >
> >> > --
> >> > PC Datasheet
> >> > Your Resource For Help With Access, Excel And Word[/color]
> > Applications[color=darkred]
> >> > Over 1075 users have come to me from the newsgroups[/color][/color][/color]
requesting[color=blue][color=green][color=darkred]
> >> help
> >> >
resource@pcdatasheet.com
> >> >
> >> >
> >>
> >>[/color]
> >
> >[/color]
>
>[/color]