Problems printing

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

Guest

I am building a work order program and up to two weeks ago my form printed
ok, but now when you do print preview or try to print nothing is there.
Please help me fix this.
 
That is probably because there is no data assocaited with the form.

--Steve Huff
 
The first thing to look at is whether the query or SQL statement that lies
behind the form is returning any data. Open the form in design view, display
its data properties and look at the Record Source. Click the build button
[...] at the right of the Record Source row to bring up the query design
window, and then look at the query in datasheet view. If there are no rows
of data, the problem is with the query or some other query that supports it
and you should be able to pursue it from there.
 

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