This is probably going to be a very vague/general post, so i'm just giving you a heads up. I'm very confused about something. We have web forms set up, in which a user types in a dollar amount, which in turn is saved to a table in an Access database. We want to create some read-only textboxes, which could calculate (add or subract) what the user enters into the dollar amount. So, when the user enters a dollar amount, we'd like it to add or subract to the current amount in the database and display in the read-only textbox.
for example, say a value of $400 is in field "amount" for user ID "1" in the database. And on the form, if we put another $400, we'd like that to send to the database, and also add the value to the amount already in the database, and display it on the form in a read-only textbox. I've probably confused you by now, but i'm completely lost on this concept.
if anyone knows of any examples or anything that may help me out, please let me know! you don't know how much i would appreciate it!!!
Thanks Alot!
for example, say a value of $400 is in field "amount" for user ID "1" in the database. And on the form, if we put another $400, we'd like that to send to the database, and also add the value to the amount already in the database, and display it on the form in a read-only textbox. I've probably confused you by now, but i'm completely lost on this concept.
if anyone knows of any examples or anything that may help me out, please let me know! you don't know how much i would appreciate it!!!
Thanks Alot!