Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Retain same value in next record. 1

Status
Not open for further replies.

uknow

MIS
Apr 27, 2003
11
MY
Hi,

How to retain a value from a record to next record ?
I want a specific field in a record showing the last value and pass it to next record.

TQ.

cheers.
 
if this is in a form change the default value of the fields control in the before update

hear is the code me.activecontrol.defaultvalue=me.activecontrol
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top