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!
 
Back
Top