Using a NULL value when updates or adding a record in revolution doesn't work<br><br>   put VDataBase_Table( mData, "TableA" ) into TableA<br>   get VTable_SetBlank( TableA)<br>   put VTable_Field( TableA,"RecordA") into RecordA<br>
   get VField_Value( RecordA, NULL)<br>   get VTable_AddRecord( TableA)<br><br>Is there something I'm missing? Is there a special way to code NULL values in revolution?<br><br><br>