Reports printing in pdf format

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

Guest

I have a form where the user clicks on an option button and it automatically
sends 4 reports over to Adobe. Thanks Stephen Lebans for your code - that
works great! Sometimes however it seems to "hang" after sending over the 2nd
or 3rd report. I get the message "Error # 2046 The command or action
"output to" isn't available now." After it sends the files over the next
step in my code is to run a couple of update queries to update some of the
information. I'm wondering if this is the problem and if there is a way to
have code "wait" until it is ready before it runs the update queries? Any
ideas?? Thanks so much for your help!
 
Can't you place all of your update logic after the PDF's are generated?

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top