can't view the subforms

  • Thread starter Thread starter aceavl
  • Start date Start date
What you are describing seems like what you get when the record source for
your form returns no records. In that situation, nothing will appear in the
detail section of the form.

Try opening the query (most likely, but it may be a table) that is the
form's record source, to check that it is returning some records.

HTH,

Rob
 
Hi Rob thanx for answering! yes 2 of the querys aren't returning results
they only do if you have something scheduled for that day, but the other 2
are returning several records, my problem is that i can't see the tabs so
that i can change to the pages that does have somthing, i've tried changing
the ones that have to the front (#1 page) and still can't see it! what can i
do?
 
The problem will not be with the queries for the subforms (although if the
return no records, the subforms themselves will be empty (unless they are
set to Allow Additions). It will be the recordsource for the main form
returning no records, and the main form also being set to Allow Additions =
No.

HTH,

Rob
 
Finally! thanxs Rob!
you were right, the main form had the same recordsource as 1 of the subforms
that was getting no records, changed it to nothing and presto!
 

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