May 1, 2003 #1 uknow MIS Joined Apr 27, 2003 Messages 11 Location 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.
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.
May 1, 2003 1 #2 PWise Programmer Joined Dec 12, 2002 Messages 2,633 Location US 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 Upvote 0 Downvote
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
May 1, 2003 Thread starter #3 uknow MIS Joined Apr 27, 2003 Messages 11 Location MY Thanks Upvote 0 Downvote