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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copying Fields

Status
Not open for further replies.

sha123

Programmer
Nov 13, 2002
58
ZA
I have a form called ToolBookOut, in the form there is a few fields, 1)Current Stock 2)Quantity 3)New Stock Level

How this form works is when you add a value in quantity it deducts the value from current stock and put it in the new stock level!

I now need to get the form to carry the value from New Stock Level to to the next record on that form and put the value in current stock! How will I do That?
 
Create a local variable

set the variable
move record (acNext)
then copy the value to the field from the variable
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top