Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
How do I get a real check mark in the form field check box? All I can get is
an X to go in that box. Any help would be great. Thanks in advance. Margot |
#2
![]() |
|||
|
|||
![]()
With text form fields you don't get a choice. It's an X, take it or leave
it. If you want a check instead, there are other ways to create check boxes. See http://www.gmayor.com/Macrobutton.htm or http://gregmaxey.mvps.org/add_check_boxes.htm -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA Word MVP FAQ site: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. "Margot" wrote in message ... How do I get a real check mark in the form field check box? All I can get is an X to go in that box. Any help would be great. Thanks in advance. Margot |
#3
![]() |
|||
|
|||
![]()
An X is the only checkbox format. If you wanted an actual check versus
an X, then you'd have to write VBA code to insert that symbol when the user checks the box...which would be a lot more work. If you know VBA, you can record a macro inserting the Check symbol from Insert Symbols and then add that to the Run on Exit field of the checkbox. Add code that would select the checkbox if checked and replace it with a checkmark. However, without a lot more logistics in your code, the user would not be able to change that once you remove the checkbox. If you don't know VBA, I'd suggest you stick with the X. You can find more info on creating form he http://www.mousetrax.com/techpage.html#autoforms Good luck... Dian D. Chapman, Technical Consultant Microsoft MVP, MOS Certified Editor/TechTrax Ezine Free MS Tutorials: http://www.mousetrax.com/techtrax Free Word eBook: http://www.mousetrax.com/books.html Optimize your business docs: http://www.mousetrax.com/consulting Learn VBA the easy way: http://www.mousetrax.com/techcourses.html On Mon, 21 Feb 2005 11:23:06 -0800, Margot wrote: How do I get a real check mark in the form field check box? All I can get is an X to go in that box. Any help would be great. Thanks in advance. Margot |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Form Check Boxes not working | Microsoft Word Help | |||
spell check locked form | Microsoft Word Help | |||
Form fields, spell check | Page Layout | |||
Protected form spell check | Microsoft Word Help | |||
spell check form fields | Microsoft Word Help |