Hexidecimal number formatting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to format a number as hexadecimal in a Number field? I have some data I would like to display in that manner but couldn't figure out how to specify it as a format. Thanks

Alex
 
Hi Alex

Hex(number) will return a string containing the hexadecimal representation
of the given number.

Unfortunately it won't be editable, so I hope that's not a requirement.

--
Good Luck!

Graham Mandeno [Access MVP]
Auckland, New Zealand

Alex said:
Is it possible to format a number as hexadecimal in a Number field? I have
some data I would like to display in that manner but couldn't figure out how
to specify it as a format. Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

"Hexidecimal" Index 1
Excel Conditional Formatting 1
New file format constants 1
Access Tidy up phone numbers 0
MS Access problem 0
Date Format 2
formula for decimal point 4
Custom Number Format for hex 4

Back
Top