No, I am not attempting to change the structure of the table, just the
data.
I have a tabular form bound to a table and when I delete records via
code they show, on the form, as '#deleted' despite having moved away
from the 'deleted' record and performing a '.update'. Also, the form
does not display new records although the table does.
If the form is closed and then reopened the changes are displayed
correctly.
In case it is relevant, I am manipulating the data using a 'dynaset'
with an SQL query string and DAO3.6.