View Full Version : Form view shows nothing


diplomat
05-29-2000, 08:56 AM
I used the form wizard to make a form with data from four different tables. I think I followed all instructions correctly, but when I tried to view the form only the header section showed; the detail area was blank. If I look at the form in design view, everything is there, or so it seems.

The help files are of no help in this problem.

I appreciate any suggestion.

Thanks

R. Hicks
05-29-2000, 09:24 AM
The result from the query your form is based on is more than likely returning 0 records that match your criteria. This will produce the empty form. Check the query to see if this is true.

HTH
RDH