Form changing values

648
2
07-27-2010 05:02 AM
DanPaoly
New Contributor
I have a data collection form for a sign inventory that is changing values on it own.  Specifically when the user selects the number of signs to be 01 and goes to the next page the form automatically changes the number of signs to be 10.  I am using a combo box with a list of numbers 01-10 and left the option to type in other numbers, has anyone else seen this happen on forms?

thanks
Dan
Tags (3)
0 Kudos
2 Replies
SteveH
by
Occasional Contributor
Hi Dan
I haven't seen this before.
Are you using a DBF list or have the values been entered directly into the list?
You could try using the alternative method as a work around.

Steve
0 Kudos
CarlBeyerhelm
Occasional Contributor
Just curious, why are you using a text field ("01") instead of a numeric field (1) to represent numeric quantities?
0 Kudos