B
Bill
In the New Courier font set, an ASCI code 166 is supposed to
be a solid "blob". I determined that by going to Word and
inserting that symbol and then a copy/paste operation of that
character into a table field in Access and displaying the char
via MsgBox Asc(table fieldname). It was my intent to be able
to set similar table fields to Chr(166) where the TextBox
character set property is New Courier and is bound to such
fields. However, I get a vertical bar with a break in its middle.
Upon using a MsgBox to display that field as Asc(fieldname)
I get 166. That is, I'm "told" by the Asc function that the blob
character is 166 but when I try to use Chr(166) I don't get
the blob.
What am I missing?
Bill
be a solid "blob". I determined that by going to Word and
inserting that symbol and then a copy/paste operation of that
character into a table field in Access and displaying the char
via MsgBox Asc(table fieldname). It was my intent to be able
to set similar table fields to Chr(166) where the TextBox
character set property is New Courier and is bound to such
fields. However, I get a vertical bar with a break in its middle.
Upon using a MsgBox to display that field as Asc(fieldname)
I get 166. That is, I'm "told" by the Asc function that the blob
character is 166 but when I try to use Chr(166) I don't get
the blob.
What am I missing?
Bill