Convert Binary to Number

dastr

Registered User.
Local time
Today, 16:25
Joined
Apr 1, 2012
Messages
43
hallo all,

I have a column (in a table) populated by binary values and I would like to have this converted to NUMBER. Is that possible by an Update Query?

My table is called INDEX;
the column is called SIZE

Kinldy share with me yr thoughts on this.
Thx
 
Have you looked at the Field properties what do you want to adjust it to?
 
Look at "DemoBinaryA2003.mdb" (attachment, zip).
Look at Table, Forms (VBA), Queries, Module1.
Open MainForm and try.
I think it is what you want, adapt it in your mdb.
As SPIKEPL said, INDEX and SIZE are reserved words in Access.
 

Attachments

Users who are viewing this thread

Back
Top Bottom