Forms - Option for user to leave some text boxes as blank.

F

fa

Hello. I am using MS Access 2007. I have a form that is linked to a query. I
am trying to give the user the option of leaving some text boxes blank if
they do not have the infomation. What formula do i use in the query?

Thanks
 
J

John W. Vinson

Hello. I am using MS Access 2007. I have a form that is linked to a query. I
am trying to give the user the option of leaving some text boxes blank if
they do not have the infomation. What formula do i use in the query?

Thanks

Add a criterion

OR [Forms]![nameofform]![nameofcontrol] IS NULL

to the other criteria referencing said textbox.
 
J

Jeanette Cunningham

The option to leave some text boxes blank is the default behavior of a form.
It doesn't require any formula in the query.


Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top