Access 2003
How to capture the current record, when a user click a move-next arrow button on the control box.
/////////////////////////////////////////////
A form has three fields:
Customer_Number, Customer_Name, and Ordered_Date
When a user click an arrow-star button on the control box, Access move to the new record. How do I capture the fields on the form before it move to a new record.
When I use the "On Current" Event, Access move to the new field or next record, and the information that it capture is the record that it moved to, not the previous one.
How to capture the current record, when a user click a move-next arrow button on the control box.
/////////////////////////////////////////////
A form has three fields:
Customer_Number, Customer_Name, and Ordered_Date
When a user click an arrow-star button on the control box, Access move to the new record. How do I capture the fields on the form before it move to a new record.
When I use the "On Current" Event, Access move to the new field or next record, and the information that it capture is the record that it moved to, not the previous one.