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 » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How to use and store a diamond or inverted delta symbol



 
 
Thread Tools Display Modes
  #1  
Old December 11th, 2007, 05:58 PM posted to microsoft.public.access.tablesdbdesign
Jen
external usenet poster
 
Posts: 544
Default How to use and store a diamond or inverted delta symbol

I have a database where they need to select, store and view either a diamond
or inverted delta symbol to designate a certain item. Is there an easy way to
do this without inflating the database by using images? They are using Access
2003 saved to a 2000 format.
  #2  
Old December 11th, 2007, 06:54 PM posted to microsoft.public.access.tablesdbdesign
George Nicholson
external usenet poster
 
Posts: 791
Default How to use and store a diamond or inverted delta symbol

One approach:

If this is just a display issue, find a symbol font (ie, webdings,
wingdings, etc) that has the symbols you need, determine what the ASCII
equivalent for those symbols are, set validation rules to only allow those
characters and make sure that anywhere that field appears on reports, forms,
etc, it uses the symbol font.

In other words, you could store the alphanumeric value "under the hood" but
the users would only see the desired symbol.

--
HTH,
George


"Jen" wrote in message
...
I have a database where they need to select, store and view either a
diamond
or inverted delta symbol to designate a certain item. Is there an easy way
to
do this without inflating the database by using images? They are using
Access
2003 saved to a 2000 format.



  #3  
Old December 11th, 2007, 10:22 PM posted to microsoft.public.access.tablesdbdesign
Jen
external usenet poster
 
Posts: 544
Default How to use and store a diamond or inverted delta symbol

Thanks, I guess I was overthinking it. It took a little to find one font with
both symbols but I believe it should do the trick.


"George Nicholson" wrote:

One approach:

If this is just a display issue, find a symbol font (ie, webdings,
wingdings, etc) that has the symbols you need, determine what the ASCII
equivalent for those symbols are, set validation rules to only allow those
characters and make sure that anywhere that field appears on reports, forms,
etc, it uses the symbol font.

In other words, you could store the alphanumeric value "under the hood" but
the users would only see the desired symbol.

--
HTH,
George


"Jen" wrote in message
...
I have a database where they need to select, store and view either a
diamond
or inverted delta symbol to designate a certain item. Is there an easy way
to
do this without inflating the database by using images? They are using
Access
2003 saved to a 2000 format.




  #4  
Old December 12th, 2007, 09:23 AM posted to microsoft.public.access.tablesdbdesign
Jamie Collins
external usenet poster
 
Posts: 1,705
Default How to use and store a diamond or inverted delta symbol

On Dec 11, 5:58 pm, Jen wrote:
I have a database where they need to select, store and view either a diamond
or inverted delta symbol to designate a certain item. Is there an easy way to
do this without inflating the database by using images?


What about a text column of width 7 characters with a validation rule
to restrict its contents to either 'Diamond' or 'Delta'. You would
then handle mapping between these words and what is seen by the end
user in the front end form.

Jamie.

--



 




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


All times are GMT +1. The time now is 08:37 PM.


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