Alter field value

  • Thread starter Thread starter Lez
  • Start date Start date
L

Lez

I have 2 fields txtadjust and txqty and have button on the form that for the
onClick event I want to alter the value of field txtqty by the value of
field txtadjust.

Just need to know the code for this to occur...if anyone can help

TIA
 
I have 2 fields txtadjust and txqty and have button on the form that for the
onClick event I want to alter the value of field txtqty by the value of
field txtadjust.

Just need to know the code for this to occur...if anyone can help

TIA

Alter it how? You wish to add to the value, subtract from the value,
multiply the values?, replace the value with the other?

[txtQty] = [txtQty] - [txtadjust]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top