Hi
I have a form with 20 textfields that require the user to enter in values. How can I get these text fields to display a default of 0.0 subject to change only if a new value has been keyed.
Which means these text fields will feed back to the database a value that has been entered otherwise the default of 0.0
Thanks.
when you setup the textareas, you can either ENTER 0.0 as a default that the user changes...
OR
when you process the data for the database update, check for "" or empty variables and set them to 0.0.....
Originally posted by zulx Hi I have a form with 20 textfields that require the user to enter in values. How can I get these text fields to display a default of 0.0 subject to change only if a new value has been keyed. Which means these text fields will feed back to the database a value that has been entered otherwise the default of 0.0 Thanks.
cheers mate, that was helpful.
always glad to do something productive while im at work not working 😉