Is there a function to change hexadecimal to decimal similar to h.

G

Guest

I am trying to change a hexadecimal value to a decimal value. Excel has
hex$dec function and dec$hex function. MS Access only seems to have hex$
function. Is there a function that works in MS Access that switches a
hexadecimal value to a decimal value?
 
A

Allen Browne

Just use the number.

Example in Immediate Window:
? &HFF

If you want to use a function, you could use Val().
 

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

Top