PDA

Click to See Complete Forum and Search --> : Binary Fields in Access


MattG
Jan 18th, 2000, 09:18 PM
I was presented with a mdb DB with a binary field that contains a four digit number, what can display this field? Access shows it, but DBGrid and textboxes can not.

Lil Dave
Jan 19th, 2000, 01:12 PM
Hi,

Just a suggestion, if you are able to add a field to the table, you could always format and fill that table in code and then get the grid to display the new field.

Thats my 'band aid' suggestion ...

Cheers Dave