R
Randy B
Given a decimal value, 0-255,
I need to display the byte equivalent.
(as an 8 character string)
then given: 127
return: 01111111
I do not see that an access function
exists.
Does anyone have a simple solution
in VBA before I re-invent the wheel?
thanx in advance
rlb
I need to display the byte equivalent.
(as an 8 character string)
then given: 127
return: 01111111
I do not see that an access function
exists.
Does anyone have a simple solution
in VBA before I re-invent the wheel?
thanx in advance
rlb