Hey there,
I want to store a "calculated" value from a form text-box. By calculated, i simply mean that it is a textbox that contains the following Data:
Basically, the field is the Members Username, the text box is called "Username" and it needs to be stored in "tblMemberInfo" under "MemberLogin" so that it can be used externally for the website.
The value is only going to be calculated automatically by the form once, and then it wont need to be changed again, which is why i want to store it in the db.
Any ideas on how i'd go about doing this?
Cheers
Fatmcgav
I want to store a "calculated" value from a form text-box. By calculated, i simply mean that it is a textbox that contains the following Data:
Code:
=[MemberFirstName] & [MemberLastName]
The value is only going to be calculated automatically by the form once, and then it wont need to be changed again, which is why i want to store it in the db.
Any ideas on how i'd go about doing this?
Cheers
Fatmcgav