Recent content by theinviter

  1. T

    Solved Attache files from Subform in main form to Outlook

    thanks alot work fine.
  2. T

    Solved Attache files from Subform in main form to Outlook

    thanks Sir, it was working fine. but what if there is no attachment get error message in "Kill sFile", can you please advise how to avoid as i want if no attachment then proceed.
  3. T

    Solved Attache files from Subform in main form to Outlook

    HI; this work fine but it does not attach the file. as the form ID is linked with subforum. can you please advise how to solve it. thanks
  4. T

    Solved Attache files from Subform in main form to Outlook

    " If Me.Documents.Form.Recordset.Fields("Sigend_Form").AttachmentCount > 0 Then"
  5. T

    Solved Attache files from Subform in main form to Outlook

    Dears; I need your kind support to modify the below to get the attachment from subforum in maniform. Main form = Holiday_Dialysis Subform = Documents attachment filed = Sigend_Form as i get error in " If Me.Documents.Form.Recordset.Fields("Sigend_Form").AttachmentCount > 0 Then" the...
  6. T

    Solved Attache files from main form to Outlook

    can you please help for attached file.
  7. T

    Solved Attache files from main form to Outlook

    Yes its in report view but when copied the code got error: " Syntax error" If Me.Recordset.Fields(Me.Sigend_Form.AttachmentCount > 0 Then
  8. T

    Solved Attache files from main form to Outlook

    HI: what if i want to place the button in Report and upon click do the same for attachment (attach to email) how to do it?
  9. T

    Solved Attache files from main form to Outlook

    thanks a lot teams, really appreciated your kind support.
  10. T

    Solved Attache files from main form to Outlook

    Dears: Kind support. is there a way to attach the Form present in main form from current record to outlook on button click. as I want upon button click any attached files in current record go to outlook email. File attached, kind support on how to do this.
  11. T

    Capturing 2 signature on form from 2 user

    thanks team, its work fine. but is there a way to clear the page once opening to sign. as it always show attached signature then has to click on clear before signing the new signature.
  12. T

    Capturing 2 signature on form from 2 user

    HI: got Run time error3188: could not update: currently locked by another session on this machine. once i click on Debug highligh the below code: If Me.Dirty Then Me.Dirty = False. this error sometime appear and sometime not. can you please advise to solve this.
  13. T

    Capturing 2 signature on form from 2 user

    Dears: kind support, as I have main form where need to get the signature from 2 user. i tried different way but got error when sign the 2nd signature. can you please help me to fix this issue.
  14. T

    Capturing signature on form

    yes, but i got Error. as i want to get 2 signature from 2 different people. so can you please guide me and correct file attached.
Back
Top Bottom