I have a little problem with filling a grid.
When I fill my grid I get a value in a column wich is always 0 or 1.
But I want to show yes or no in the grid.
So 0=no and 1=yes.
Where and how should I define this? In the SQL statement or in VBcode?


WiseGuy