Not showing Blank Records in a report!

jack4505

New Member
Joined
Aug 20, 2003
Messages
13
I have a report showing my credit and other card details and I have sorted it by 'Expiry Date'. Some cards do not have an expiry date and I don't want to print or show these records in my report. How can I do this?
Thank you in advance for any help.
Jack Higgins.
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Hi Jack,

If your report is based on a query then in the criteria section of the "expiry date" field in your query, enter Is Not Null. Save and Run. This modified query will only include those records that have an expiry date.

However, if your report has been based directly on a table (rather than a query), open the report in design view, Click Edit -> Select Report, Click View -> Properties -> Data -> Filter -> Not(IsNull([expiry_date])) {NB : use your variable name}, tab down to Filter On -> Yes, Save and Run. This will have the same effect in that cards without expiry dates will be excluded from the report.

HTH, Andrew. :)
 
Upvote 0

Forum statistics

Threads
1,221,816
Messages
6,162,149
Members
451,746
Latest member
samwalrus

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top