panchitocarioca
Registered User.
- Local time
- Today, 03:11
- Joined
- Aug 11, 2008
- Messages
- 11
hi,
i have question and i was hoping you could help me with it. By using an update query i update several fields of several records of a table. The values which the update query uses to fill into the fields of the records are in a form. In some caes the value of the field of records in the table should be updated to 'empty'. In case of a numeric field, when the update query attempts to update the field to 'null' (empty), an error occurs.
by the way, the relevant field does not have a standard value, and it is not a required field. Does anyone know if it is possible to make numeric fields empty through an update query? It should be possible, since you can also manually delete the content of a numeric field in a table.
many thanks in advance for the help.
best regards,
i have question and i was hoping you could help me with it. By using an update query i update several fields of several records of a table. The values which the update query uses to fill into the fields of the records are in a form. In some caes the value of the field of records in the table should be updated to 'empty'. In case of a numeric field, when the update query attempts to update the field to 'null' (empty), an error occurs.
by the way, the relevant field does not have a standard value, and it is not a required field. Does anyone know if it is possible to make numeric fields empty through an update query? It should be possible, since you can also manually delete the content of a numeric field in a table.
many thanks in advance for the help.
best regards,
Last edited: