You may be correct or better said using the term properly. However, here
married or not is Mr. for male. Miss for all female teachers married or not
(grades K-12). When filling forms: Mrs. or Ms. On a side note, I am
married and have 'never' used Mrs. or Ms. for anything, legal or not.
--
All the Best,
Kelly
MS-MVP Win98/XP
[AE-Windows® XP]
Troubleshooting Windows XP
http://www.kellys-korner-xp.com
Top 10 Frequently Asked Questions and Answers
http://www.kellys-korner-xp.com/top10faqs.htm
"David Candy" <david DeleteThis @mvps.org> wrote in message
news:ercZy8UgDHA.1212@TK2MSFTNGP12.phx.gbl...
I don't answer to Mr. I use no title so as not to perpetuate patriarchal
power relationships. As I am not married if people want to call me mister I
correct them to my correct title. They usually can't bring themselves to
call me master so they drop the title.
Ms Kelly - as a modern southerner would call you.
Notice how primary teachers are always called Miss.
--
David Candy
http://www.mvps.org/serenitymacros/
http://www.simtel.com/pub/pd/18669.html
"Kelly" <kelly DeleteThis @mvps.org> wrote in message
news:OIhRU0UgDHA.1732@TK2MSFTNGP12.phx.gbl...
> Ok, so Master Candy it is.
)
>
> --
> All the Best,
> Kelly
>
> MS-MVP Win98/XP
> [AE-Windows® XP]
>
> Troubleshooting Windows XP
> http://www.kellys-korner-xp.com
>
> Top 10 Frequently Asked Questions and Answers
> http://www.kellys-korner-xp.com/top10faqs.htm
>
>
> "David Candy" <david DeleteThis @mvps.org> wrote in message
> news:ejK3AjPgDHA.576@tk2msftngp13.phx.gbl...
> Technically I'm a Master not a Mister. I've not seen a two letter
> abbreviation for Master, unless it's also Mr. When I was little the
letters
> (the very few I got) always spelt Master in full.
>
> --
> David Candy
> http://www.mvps.org/serenitymacros/
> http://www.simtel.com/pub/pd/18669.html
> <concerned DeleteThis @notaol.com> wrote in message
> news:sqjtmv0ghkur0m4l5volqv3ep7qccfeoja@4ax.com...
> > Thank you, Mr. Candy for your assistance.
> >
> >
> > On Mon, 22 Sep 2003 14:17:51 +1000, "David Candy" <david DeleteThis @mvps.org>
> > wrote:
> >
> > >set WshShell = WScript.CreateObject("WScript.Shell")
> > >set oShellLink = WshShell.CreateShortcut("c:\test.lnk")
> > >oShellLink.TargetPath = "d:\windows"
> > >oShellLink.Save
> > >
> > >This allows illegal paths. You get a shortcut pointing to nothing real
> (d:\windows doesn't exist). In all programs for making shoretcuts they
test
> it before making them. This test is in the programs not the shortcut
itself.
> >
>