Search results

  1. N

    upgrade to adobe acrobat 8.0

    Thank you the follow hyperlink worked great. I replaced the shellcode with Application.followhyperlink sPath, ,True This has worked great and has simplified my code. I no longer have to add the .exe file of every possible adobe version.
  2. N

    upgrade to adobe acrobat 8.0

    We have a working code that opens up adobe on several different versions. We upgraded an employees computer to adobe acrobat 8.0. I added in the new block of code to check for that version. When we go to open a new PDF through the code. It opens up adobe but says it cannot find the file. I...
  3. N

    Recordset error in vba

    I inserted the new code and nothing printed. Thank you for your help.
  4. N

    Recordset error in vba

    Thank you for your reply, I have made what seems to be the correct record set in the report. I have ran the record set by my own dates and was given records in datasheet view. I could not get the record set to translate to the report. Some of this is over my head so bare with me. I have to use...
  5. N

    Recordset error in vba

    I am having a recordset error when I import my new crosstab query report over to my new database. The same exact code runs fine in the original database but will not work now that I imported all the objects to the new database. Here is the code, I commented where the error is. I use a form to...
  6. N

    Importing text file becomes unresponsive

    It also looks like I miss copied some code in there where I started to create an error handler under docmd transfer text and the line at the bottom Err_shopathome. Act like those 2 lines are not there.
  7. N

    Importing text file becomes unresponsive

    Ok I turned on the warnings and found that it freezes when it executes the docmd transfer text line. It starts to execute it but freezes about half way through the process. Thanks for the replies.
  8. N

    Importing text file becomes unresponsive

    I am using cmd transfer text file to import a notepad file. When I run the process that normally works with some errors. We have had two recent files that when imported causes access to become unresponsive half way through the import process. Is there a way to better handle this? '** Step 1 --...
Back
Top Bottom