dbTalk Databases Forums  

Graphics On A Form Or Report

comp.databases.ms-access comp.databases.ms-access


Discuss Graphics On A Form Or Report in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Susan
 
Posts: n/a

Default Graphics On A Form Or Report - 11-30-2004 , 03:54 PM






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



Reply With Quote
  #2  
Old   
Dave M
 
Posts: n/a

Default Re: Graphics On A Form Or Report - 11-30-2004 , 07:18 PM






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





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.