Once again I have to apologise for the question!
I have a field that is a BIT so it's 0 or 1
It appears in a datagridview as a column
All I want is for a Yes/No entry in that column!
I thought it would be format="Yes/No" but obviously not.
In the immediate window ? format(1,"Yes/No") gives Yes and in VB6 (yes I know) format="YES/NO" worked but no more!
Please help to maintain the little sanity I have remaining.
Mike
I have a field that is a BIT so it's 0 or 1
It appears in a datagridview as a column
All I want is for a Yes/No entry in that column!
I thought it would be format="Yes/No" but obviously not.
In the immediate window ? format(1,"Yes/No") gives Yes and in VB6 (yes I know) format="YES/NO" worked but no more!
Please help to maintain the little sanity I have remaining.
Mike