Before Update

N

Nelson

I create "serial numbers" that are a unique combination of fileds in the
record. I want to be sure these are calculated prior to moving off of a
recordset. My goal was to calculate these at the "Before Update" event, and
then move on to the next recordset. However I am not able to move off of the
current recordset when I refresh these serial numbers I am trapped inthe
"Before Update" event.
 
K

Ken Snell \(MVP\)

You've posted your question in a table design topic group, but tables do not
have events nor recordsets, so are you talking about data entry in a form?
If yes, then you need to use the form's BeforeUpdate event to do what I
think you're wanting to do.

You may want to post in the formscoding group, but otherwise give us more
details about what you're doing and what you're calculating.
 

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