Recent content by donkey9972

  1. D

    delete specific pages in pdf

    Ah, I see how you did that, I was trying to add the documents into the public function instead of the calling as you did. I will adjust and go from there as soon as I can. Thank you both for the help and update.
  2. D

    delete specific pages in pdf

    Ok. I have been trying to adjust some things. I have 2 files for a specific button that need to have pages removed. I have been trying to add another location into this code KitaYama, but it give me the error unable to open the source pdf. However if I take and go with the original code it works...
  3. D

    delete specific pages in pdf

    Okay, I was able to set this up and it worked perfectly, ty.
  4. D

    delete specific pages in pdf

    Ah, I never had a handle on how to do the functions before. As soon as I can I will implement and update. Again ty.
  5. D

    delete specific pages in pdf

    Ok, I am doing something wrong. I am trying to call this function using a button on a form, but I am not real sure how to do that. I have tried using call DeletePages_FromPDF I have tried using DeletePages_FromPDF () And a few others. What am I missing?
  6. D

    delete specific pages in pdf

    I will try this and ty for the code. I will update as soon as I can.
  7. D

    delete specific pages in pdf

    Well the version. Everyone has access to for Adobe is Adobe acrobat pro dc
  8. D

    delete specific pages in pdf

    Thank you arnelgp. I came across that post in my searching, but Will it work for access vba?
  9. D

    delete specific pages in pdf

    Hi, New issue, is there a way to remove the second page of a pdf document using vba?
  10. D

    Solved Report fields not calculating correctly off of rounded totals

    Ok June7, it took me quite awhile, probably because I am slow in the head, but after rereading your posts, about 50 times. Then working and reworking and reworking numerous times, I was finally able to get it to round correctly. Thank you.
  11. D

    Solved Report fields not calculating correctly off of rounded totals

    June7 I have a question regarding something you posted. "In query: SELECT RRound(somefieldname, 2) AS RoundedField FROM tablename;" The fields I am having trouble with are only fields on the report. All their calculations are done on the report. How do I implement something like what I quoted?
  12. D

    Solved Report fields not calculating correctly off of rounded totals

    Alright, I will give this a shot once I am back at work tonight. If I am unable to due to time constraints I will try it tomorrow night. Thank you and my fingers are crossed.
  13. D

    Solved Report fields not calculating correctly off of rounded totals

    I do not fully understand, that was the code I used, On the field report load I used the code Call RRound I tried to put Call RRound() but the parenthesis kept disappearing.
  14. D

    Solved Report fields not calculating correctly off of rounded totals

    I created a new module, pasted the round code. Then on report load I used call rround.
  15. D

    Solved Report fields not calculating correctly off of rounded totals

    Hi, I am sorry for my reply being so delayed. I was sick for about almost a week, then I was finally back at work and tried to implement the code you provided to me June7. I do appreciate the code, however I am not proficient at all with VBA and I get myself in over my head on this quite...
Top Bottom