Default value propagation in forms (1 Viewer)

kmortara

New member
Local time
Today, 08:47
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?
 

CJ_London

Super Moderator
Staff member
Local time
Today, 13:47
Joined
Feb 19, 2013
Messages
16,607
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

Top Bottom