Hide Record in datasheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all,

I'm looking for some help in hiding or not showing certain records in a
subform datasheet where one of the control sources in each record is null.

What is happening is that certain controls in some of the records are empty
and it makes it look awful when half of them are null. I would like to
ensure that all control sources have data before showing. If not, then do
not show.

Any ideas how I could go about coding that?

Regards
 
Lowrider72 said:
Hello all,

I'm looking for some help in hiding or not showing certain records in
a subform datasheet where one of the control sources in each record
is null.

What is happening is that certain controls in some of the records are
empty and it makes it look awful when half of them are null. I would
like to ensure that all control sources have data before showing. If
not, then do not show.

Any ideas how I could go about coding that?

Regards

I am sure there are lots of answers to the question. I would base the
subform on a query and use a criteria statement to limit the records.
 

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

Back
Top