How to set a text box to be NULL

  • Thread starter Thread starter Marco
  • Start date Start date
M

Marco

Hi. I need to put a text textbox as null and not as ( ="")

How can I do it? Such like it was never used after the form is opened.

Thanks,
Marco
 
You will also have to make sure that the Required property of the underlying
field is set to No. If the required property is set to Yes, it will not
accept a NULL value.

--
HTH
Dale

Don''t forget to rate the post if it was helpful!

email address is invalid
Please reply to newsgroup only.
 
Back
Top