How to copy a value from a previous record into the current record

  • Thread starter Thread starter Rex
  • Start date Start date
R

Rex

Hello,

I would like to know how to copy a value (from a textbox or other
controls) from the previous record into my current record.

cheers
Rex
 
Rex said:
Hello,

I would like to know how to copy a value (from a textbox or other
controls) from the previous record into my current record.

cheers
Rex

Shortcut key Cont + ' That is the control key and the apostrophe.
It will copy the data in the same FIELD of the prior record.
 
Back
Top