Add a check mark via vb

DataMinerHome

Registered User.
Local time
Today, 11:26
Joined
Jan 4, 2010
Messages
57
I want to add a button to a form that, if clicked, will add a check mark to a field. There is a wingdings checkmark character, but:
1. I can't figure out how to use vb to get the wingdings character into the field.I can insert it using the windows xp character map application, but....character map says it's character code is OxFC, but where does that get me? asc("OxFC") returns 79.

2. I don't really want to set the font to wingdings because I also need the ability to type normal characters into the field. I suppose I could set up vb to change the font, but...

is there a better way?

Access 2003, WIndows XP
 

Users who are viewing this thread

Back
Top Bottom