Default value propagation in forms

kmortara

New member
Local time
Today, 07:35
Joined
Jul 22, 2014
Messages
1
I have a simple bound form with a series of yes/no fields. When I type (or select) a value in the first field, the rest of the fields take on default vaules - in this case "No". I have removed the default from the table definition, and from the form, although originally both showed default "0" (zero).

Is this behavior because I originally had the default set and the form was created with that information? Is there any way I can stop the default values from appearing in the form fields?
 
Is this behavior because I originally had the default set and the form was created with that information?
Yes

Is there any way I can stop the default values from appearing in the form fields?
No - but you can set the default value to 'blank' in the field design. Or you can create an unbound control, and then assign the field to its control source
 

Users who are viewing this thread

Back
Top Bottom