Default Values on Form

D

depawl

Is it possible to have a form open with all the controls and text boxes
blank?
I tried setting the Default Value of the Text Boxes = Null but it didn't
seem to have any effect.
Thanks.
 
V

Van T. Dinh

Try setting the Property "Fetch Defaults" in the "Data" tab of the Form's
Properties window to False.
 
Top