On Record Change...

K

Kristen

I have a form (Contacts) with several pages (tabs) on it
(ContactInfo, PersonalInfo, ContactGifts, Notes).

I have a field (ContactAutoUpdate) on each of these pages
of the form. Its value is set from the field (Contact).
Basically the macro is SetValue ContactAutoUpdate to
Contact. This works fine, however I need it to update
every time I move to a different record.

On what "event" should I set this macro so that this field
will update when the record changes.

For example, if I use the record selector to go to the
next record, or the last record, etc, the field will
automatically change.

THANK YOU!
 
R

Rick B

Not sure I understand what you are trying to do with the field, but...

The event is "On Current". This event happens every time the focus moves
from one record to another.

Rick B


I have a form (Contacts) with several pages (tabs) on it
(ContactInfo, PersonalInfo, ContactGifts, Notes).

I have a field (ContactAutoUpdate) on each of these pages
of the form. Its value is set from the field (Contact).
Basically the macro is SetValue ContactAutoUpdate to
Contact. This works fine, however I need it to update
every time I move to a different record.

On what "event" should I set this macro so that this field
will update when the record changes.

For example, if I use the record selector to go to the
next record, or the last record, etc, the field will
automatically change.

THANK YOU!
 

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