Form Will not Display

  • Thread starter Thread starter Marquis
  • Start date Start date
M

Marquis

My form, built off a combination query, will not
display...but I can look at it in design view and it's
there. I tested it by building a form off of the 1st table
and then the 2nd and individually they both work. BUT when
I try to build the form off of the query, with both tables
and calculations, it does not work. I have used similar
expressions on combination queries and those forms work
fine. I have available records also. Any ideas?
..
 
Usually this happens when there are no records returned
from your query. It may be that there are no records due
to the join of your tables. Check the query.

Eric
 
Back
Top