After Update

J

Jacob

Access 2003

I placed the following in the After Update event on a form...

'Me.userM = Forms!frmlogin!User.Column(5)
'Me.dateM = Now()

It is meant to loag the persons name and date when a record is changed.
However, after the update is made, you cannot scroll to a new record, either
forward or backward...any ideas why?
 
G

GeoffG

The record has been updated by the time the AfterUpdate event
fires. Try your code in the BeforeUpdate event.

Geoff
 
G

GeoffG

Ignore previous post.
I thought you weren't trying to save data with the record.

(I received a message in Outlook Express saying that my post is
no longer on the server, so I've posted this again.)

Geoff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top