Sub Form Functions

S

Sharkbyte

When doing a requery, of a subform, what functions - on the subform - are
being called?

I would like to run a small piece of code whenever the subform is requeried,
or when the user moves between records.

Thanks in advance.
 
G

Gina Whipp

Sharkbyte,

The answer depends on where you put the requery. If you are trying to run
some code everytime you change records you would place your code in the
On_Current event of the form. If you want the code to run when a record is
changed or altered then place it in the On_Dirty event of the form.

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm
 

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

Similar Threads


Top