View Full Version : how to convert decimal values to octal


Geoffrey Dawes
03-28-2008, 01:09 AM
Hi,

does anyone know how to convert decimal numbers to octal using a comand in a query , for intance in excel the command is DEC2OCT(val)

Cheers

namliam
03-28-2008, 01:19 AM
A quick google turns up this page
http://msdn2.microsoft.com/en-us/library/aa139962(office.10).aspx

Good luck !

Geoffrey Dawes
03-28-2008, 01:47 AM
super , just type oct(val) , thanks alot for the tip ... very uselful web page