I don't know about inserting a Winding programatically, but I've
accomplished the same end by using a checkbox control, setting it to True,
and then making it visible or not in the section's Format event procedure.
"Susan" <swinters (AT) nospam (DOT) please> wrote
Quote:
Word has the following method:
range.InsertSymbol 254, "Wingdings"
where 254 Wingdings is a checkbox with a check.
Is there something similar in Access for placing a checkbox with a check
on
a form or report programattically by specifying 254 Wingdings?
Thanks!
Susan |