G
Guest
Is there a way to distinguish between records in a recordset displayed using
a continuous form? Event code for a continuous form (detail) control
automatically pertains to that control for all records displayed. This is
very useful, but then how do you distinguish between the records being
displayed if you want to customize that code per record? For example, the
user is allowed to change the data of one of the continuous form controls and
the OnChange event code of that control has to know which of the records
displayed were changed by the user.
a continuous form? Event code for a continuous form (detail) control
automatically pertains to that control for all records displayed. This is
very useful, but then how do you distinguish between the records being
displayed if you want to customize that code per record? For example, the
user is allowed to change the data of one of the continuous form controls and
the OnChange event code of that control has to know which of the records
displayed were changed by the user.