I have a form which writes to a temporary table. When I hit the submit
button, a macro runs an append query, writing the data to a permanent table
and deleting the record in the temporary table.
This works great, but all the sudden my form has 'deleted?" in each of my
controls. This wasn't happening earlier and I've retraced my steps and can't
find the problem.
How I can refresh the form or prevent the deleted? statement.
Thanks--
Teach me to fish! Thanks for the help.
Pax, M
tina - 20 Jun 2007 19:18 GMT
try requerying the form at the *end* of the append/delete procedure, as
Me.Requery
hth
> I have a form which writes to a temporary table. When I hit the submit
> button, a macro runs an append query, writing the data to a permanent table
[quoted text clipped - 9 lines]
> Teach me to fish! Thanks for the help.
> Pax, M