thanks
sandy
You will need to set the Validation Rule to allow only "0" and "1"
characters. You should also set the max length of 32 characters since the
Hex() function can handle numbers up to 8 Hex dgits.
--
HTH
Van T. Dinh
MVP (Access)
"Sandy" <Sa...@discussions.microsoft.com> wrote in message
news:6CA05171-2560-4514...@microsoft.com...
On Jan 8, 8:43 pm, Klatuu <Kla...@discussions.microsoft.com> wrote:
> There is nobinarydata type for fields in an Access table.
Jet certainly has a BINARY data type. See:
http://msdn2.microsoft.com/en-us/library/aa140015(office.10).aspx
Intermediate Microsoft Jet SQL for Access 2000 (February 2000)
The BINARY data type.
Jamie.
--