I've added a numeric field to my table and set a default value.
But the records don't change to this value. Should they ?
I've added a numeric field to my table and set a default value.
But the records don't change to this value. Should they ?
Only new records have the default value applied, not existing records. You could run an update query to update existing records.
Thanks for putting me straight and update query sorted it.