Number Fields in a Form

  • Thread starter Thread starter Erika
  • Start date Start date
E

Erika

I currently have a form that has number fields that are entered for
quanity. I have it set up so when someone enters a quanity amount -
it automatically multiples the quantity by the price for each and
gives a total.

If you tab through each quanity field and do not enter a quantity it
assumes you entered 1 and calculates that. I figured I would change
the default value to 0 - no big deal it calculates correctly but now I
have customers clicking in the quanity field and they get a cursor
that shows up sometimes the cursor is before the 0 and sometimes it is
after. So when a customer clicks to enter a quanity we are either
getting 01 or 10 - when they only want a quantity of 1. The 01 works
fine but how do we avoid getting 10.

I hope this is making sense??
 
Did you protect your form? If so all the user has to do is to TAB between
each of the fields. Click "Tools", "Protect Document", "Forms". You can
supply a password if desired.
 
Back
Top