A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

A Tick in Snapshot



 
 
Thread Tools Display Modes
  #1  
Old June 16th, 2005, 06:26 AM
B
external usenet poster
 
Posts: n/a
Default A Tick in Snapshot

I have copied a "Tick" symbol from Word in Access Report and export the
report into snapshot format. The "Tick" has become a question mark in
snapshot format.
Is there any other way to add a "Tick" in access report and report it into
snapshot format?
  #2  
Old June 16th, 2005, 09:19 PM
Sharkbyte
external usenet poster
 
Posts: n/a
Default

What if you were to bring it in from Character Map? (Assuming it is
available in Character Map...)


"B" wrote:

I have copied a "Tick" symbol from Word in Access Report and export the
report into snapshot format. The "Tick" has become a question mark in
snapshot format.
Is there any other way to add a "Tick" in access report and report it into
snapshot format?

  #3  
Old June 17th, 2005, 02:18 AM
B
external usenet poster
 
Posts: n/a
Default

I have tired it as well but it doesn't work

"Sharkbyte" wrote:

What if you were to bring it in from Character Map? (Assuming it is
available in Character Map...)


"B" wrote:

I have copied a "Tick" symbol from Word in Access Report and export the
report into snapshot format. The "Tick" has become a question mark in
snapshot format.
Is there any other way to add a "Tick" in access report and report it into
snapshot format?

  #4  
Old June 17th, 2005, 09:37 AM
Brendan Reynolds
external usenet poster
 
Posts: n/a
Default

Depends on the font you use. There's a tick character in the WingDings font.
Here's an example that displays a tick using a label control ...

Private Sub Command2_Click()

Me.Label1.FontName = "WingDings"
Me.Label1.FontSize = 42
Me.Label1.Caption = Chr$(&HFC)

End Sub

--
Brendan Reynolds (MVP)


"B" wrote in message
...
I have tired it as well but it doesn't work

"Sharkbyte" wrote:

What if you were to bring it in from Character Map? (Assuming it is
available in Character Map...)


"B" wrote:

I have copied a "Tick" symbol from Word in Access Report and export the
report into snapshot format. The "Tick" has become a question mark in
snapshot format.
Is there any other way to add a "Tick" in access report and report it
into
snapshot format?



 




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 Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Snapshot for Export To in A97 Kahuna Setting Up & Running Reports 2 May 2nd, 2005 03:33 PM
Access - form has tick for yes, want query to show tick for no TanyaS Running & Setting Up Queries 1 April 29th, 2005 10:33 AM
Why is IE trying to open snapshot reports w/Access engine Bill Setting Up & Running Reports 0 April 8th, 2005 12:47 AM
Microsoft Document Imaging: Another Snapshot format david epsom dot com dot au General Discussion 1 March 16th, 2005 12:26 PM
View Snapshot file Jeremy Setting Up & Running Reports 1 November 5th, 2004 12:09 AM


All times are GMT +1. The time now is 04:09 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.