Question:How can I assign a Null value to a numeric field in a table?Answer:Use the Clear method of any TField object. Table1Amount->Clear();