SQLite Setting a field to NULL

How do you seta a feld to NULL? Is this right?

DatabaseRecord.Field(XXX) = NIL
And
RecordSet.Field(XXX) = NIL

Thanks

  • karen

Set the Value property to Nil as the docs state here: DatabaseField.Value