Making Access forms only show records where data is missing

stevey03

New Member
Joined
Nov 28, 2003
Messages
25
I'm using Access 2000 and I'm trying to get this form only show records that have data missing form a particular field only. I don't know how to do this, does anybody know?
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Re: Making Access forms only show records where data is miss

You need to create a query based on the information. I suppose you could change your form's focus to the query afterward, if you like. Base your query on the root table(s) that have the info and include all the fields you need to see. In Design view, the criteria for the field in question would be

=""

and in the next line down, the "or" line, you could put

=isnull

just to be safe. Or is it just isnull? Anyway, to change a form's focus, open the form in design view, turn on properties, and it's the first selection on the data card. Use the query you just made as the record source.
 
Upvote 0
Re: Making Access forms only show records where data is miss

Thanks, that's helped a lot. Didn't think of that at first.

Thanks again!
 
Upvote 0

Forum statistics

Threads
1,221,582
Messages
6,160,633
Members
451,661
Latest member
hamdan17

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