Null Fields

  • Thread starter Thread starter Brook
  • Start date Start date
B

Brook

I have having a problem i would like to delte empty fills
from my report and I am not sure how to make the query not
show any empty field
 
I have having a problem i would like to delte empty fills
from my report and I am not sure how to make the query not
show any empty field

It's not clear how your report is laid out, but try setting the Report
Textbox's Can Grow and Can Shrink properties to True. The field will
vanish if there is nothing in it (provided it is not horizontally
lined up with a field which doesn't vanish).
 
I'm not sure how you would ever "show" an empty field. Empty generally means
there is nothing there to show.
You probably have some other meaning but perhaps you could explain what you
expect to happen in your report.
 

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

Similar Threads

Deleting Empty(Null) Records 2
Testing for null 4
#error - Blank 3
Deleting Rows In a Database 1
Query 2
How To Specify No Criteria 2
Return only records with empty field 1
WHERE clause for a NULL/Empty field 2

Back
Top