On Record Change...

  • Thread starter Thread starter Kristen
  • Start date Start date
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!
 
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!
 
Back
Top