Search results

  1. D

    Solved Unbound form required using VBA

    Well unfortunately it is still having the same result. It still creates the account without ensuring all fields are entered. Thank you for the options and alternate way to try to write this.
  2. D

    Solved Unbound form required using VBA

    My apologies about the code tags, i will edit. and I will also try what you have suggested. Thank you.
  3. D

    Solved Unbound form required using VBA

    Hi, I was wondering if someone could help me with a little problem. I am making a login form which has a user account creation page. The problem I am having is on the user account creation page. I am using the following code: Private Sub btnSave_Click() DoCmd.SetWarnings False If...
  4. 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.
  5. 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...
  6. D

    delete specific pages in pdf

    Okay, I was able to set this up and it worked perfectly, ty.
  7. 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.
  8. 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?
  9. D

    delete specific pages in pdf

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

    delete specific pages in pdf

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

    delete specific pages in pdf

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

    delete specific pages in pdf

    Hi, New issue, is there a way to remove the second page of a pdf document using vba?
  13. 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.
  14. 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?
  15. 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.
  16. 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.
  17. 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.
  18. 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...
  19. D

    Solved Report fields not calculating correctly off of rounded totals

    I converted them that way because it was the only way I knew how to accomplish what I was doing.
  20. D

    Solved Report fields not calculating correctly off of rounded totals

    Hi all, first let me apologize as I am not the best or even real good at naming convention, making anything look nice. I am just trying to get the job done. Now the problem I am having is on the rptCasesCount1 report. Once you open it you will see 6 blocks in red and blue. The first one with...
Back
Top Bottom