Detecting Record Selection in a Form

S

Swimminschrage

I'm attempting to load a custom control with data from a bound control on a
form, but I don't know how to detect when the user moves from one record in
the form to another.

I'm sure it's a simple problem, but I'm stumped.

Is there a specific form event that fires when the record is changed
(without updating mind you)?

Thanks

Andy
 
O

OldPro

I'm attempting to load a custom control with data from a bound control on a
form, but I don't know how to detect when the user moves from one record in
the form to another.

I'm sure it's a simple problem, but I'm stumped.

Is there a specific form event that fires when the record is changed
(without updating mind you)?

Thanks

Andy

You didn't mention what kind of control was on the form, but does it
have a Current( ) event?
 
K

Klatuu

That would be the Form Current Event. It fires for every record change,
including when the form opens and for new records added.
 

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