View Full Version : Attempting to print form comes up blank


trackmedic
01-16-2002, 01:52 PM
I made up this form that has a print button on it. this button uses a macro to print the form by choosing the form number. The form number is generated in the table using the autonumber feature. When I press the button, the query prompts me for a form number. i input the current number and it opens up in print preview. The form is there but there is no info in it. If I close the form and open it again then try to print. the information is there. any help???

chrismcbride
01-17-2002, 09:03 AM
Why would you want to print the Form? Wouldn't you be better off to make a Report and print that?
Chris

trackmedic
01-17-2002, 09:13 AM
I'm sorry, I was not clear enough. When I'm on the form, I press the print button and it runs a query to print a report. The report comes out blank unless I close the form, then open it up again and hit print. The query looks for the autonumber id, thats how my records are chosen on the form.