Problems printing

M

Michelle

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.
 
S

Steve Huff

That is probably because there is no data assocaited with the form.

--Steve Huff
 
D

Dave

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.
 
Top