M
MeganF via AccessMonster.com
I have several forms with the following code -
if me.dirty then me.undo
and it undoes any typing i've done.
my problem is - i'm creating a record in a table with an autonumber. and
that doesn't get cancelled. so i lose the number. it's an invoicing system
so that's bad.
is it because the form is based on a query with a filter?
can you please point me in the right direction.
if me.dirty then me.undo
and it undoes any typing i've done.
my problem is - i'm creating a record in a table with an autonumber. and
that doesn't get cancelled. so i lose the number. it's an invoicing system
so that's bad.
is it because the form is based on a query with a filter?
can you please point me in the right direction.