Hi.

I have a DBgrid bounded to an Access database table through a Data control. My table has some numeric and string fields that are empty/no value. When the DBGrid is displayed, all cells that do not contain values are left blank. My problem is this: if I attempt to leave a numeric cell (which has originally a numeric value) blank, a message box with a "DBgrid" title appears saying "Invalid Field Data type". This will prevent me from going to other cells, especially on the next row, unless I input a value. But for cells (string/numeric)that originally are blank, there's no problem. How can I remove or delete numeric values from cells without receiving this error message and just leave these cells empty?

Thanks for the info in advance!