Search results

  1. G

    Referencing pdf Form Fields from Access

    Yes, it did.
  2. G

    Referencing pdf Form Fields from Access

    Please let me know what is wrong in this code. It creates the form document. But it is empty. No error message. Thank you., Const strPDF As String = "W-2.pdf" Const strXFDF As String = "W-2.xfdf" Dim strPath As String Dim intFile As Integer strPath = CurrentProject.Path intFile = FreeFile...
  3. G

    Referencing pdf Form Fields from Access

    No, text boxes. Thank you.
  4. G

    Referencing pdf Form Fields from Access

    I used .. pdfformfieldsdemo v.1.0 works very well but not recognizing all fields. Missing three fields out of 30 fields. I hear about mail merge plug ins. Are they good?. Somewhere I read evermap. Please guide me. I have a form having 150 fields with text boxes and check marks. I will be...
  5. G

    Referencing pdf Form Fields from Access

    Thank you so much.
  6. G

    Referencing pdf Form Fields from Access

    The link to ultra access is broken? Not sure. Can you please give me the direct link in utltra access? Thank you.
  7. G

    Adding Existing Numbers with Auto Number

    Sure I will. Thank you.
  8. G

    Referencing pdf Form Fields from Access

    I found the names of the form fields in a pdf form. Is it possible to populate this form with the data from access? Thank you for your help.
  9. G

    Adding Existing Numbers with Auto Number

    Thank you everyone. I will backup tables and sue the append query. Thanks again for your time.
  10. G

    Pasting data with autonumber

    Thank you everyone. I will backup tables and sue the append query. Thanks again for your time.
  11. G

    Adding Existing Numbers with Auto Number

    Thank you for your replies. No, I don't have to keep the auto numbers in Table A. But how do I make the new record with Auto number. No, there are no duplicate values between these two tables. There are no overlapping numbers,. I can use the append query if I can use auto number going forward...
  12. G

    Adding Existing Numbers with Auto Number

    I have a table (Table A ) with 3000 records. Primary key is auto number. The company already has another table (Table B) with around 6000 records, with primary key -Numbers. The numbers in Table B are manually entered, not auto numbers. The company wants to retain the existing numbers in...
  13. G

    Run time error '6' Overflow

    Cheekybudha, thank you so much. It works fine. (My stupidity is always strong!) Thank you everyone for your time.
  14. G

    Run time error '6' Overflow

    I have 100 and 25 in Total and Used text boxes respectively. Getting same error.
  15. G

    Run time error '6' Overflow

    Please let me know how to fix this. Thank you for your time.
  16. G

    Run time error '6' Overflow

    Values : 0 0 Values : 0 0 Values : 0 0 Values : 0 0 Thank you.
  17. G

    Run time error '6' Overflow

    Thank you for your reply. I tried but still getting same error message. Thank you.
  18. G

    Run time error '6' Overflow

    Please let me know what I am doing wrong in this code. I am getting overflow error. Thank you for your help. Dim myPrecentge As Long Dim Total As Double Dim Used As Double txtTotal = Total txtUsed = Used myPrecentge = Round((Used / Total) * 100,0) If myPrecentge >= 15 Then MsgBox Some...
  19. G

    Opening Subfolder in Windows Explorer from access form

    Thank you everyone, as you said Application.FollowHyperlink txtLink - works fine for me. Thanks again.
  20. G

    Opening Subfolder in Windows Explorer from access form

    Thank you for your reply. I checked, the folder is there. Application.FollowHyperlink txtLink - it works for me now. Thanks so much for your reply.
Back
Top Bottom