L
Lisa
Hello -
I would like to be able to edit a record and then go directly to a report
with a command button, having the record update without having to move off it
to another record first.
A macro runs behind the command button (not a programmer here), with a WHERE
argument to filter just the current record. But it doesn't update the record
on its way over to the report.
I know "if ME.Dirty then ME.Dirty=False" can be plugged in somewhere, but I
don't know where. I suspect I can't just plug that line in by itself
somewhere? I've tried just about every place I can think of.
Thanks in advance.
I would like to be able to edit a record and then go directly to a report
with a command button, having the record update without having to move off it
to another record first.
A macro runs behind the command button (not a programmer here), with a WHERE
argument to filter just the current record. But it doesn't update the record
on its way over to the report.
I know "if ME.Dirty then ME.Dirty=False" can be plugged in somewhere, but I
don't know where. I suspect I can't just plug that line in by itself
somewhere? I've tried just about every place I can think of.
Thanks in advance.