Search results

  1. J

    VBA code to email report from command click on form

    Thanks for the reply Minty, I am new to all this so sorry if i'm asking silly questions. I have got a little confused with the code you've gave me. where exactly should it go? and will I need to edit some properties on my report for it to work? this is what I now have on my command button on...
  2. J

    VBA code to email report from command click on form

    I have managed to use the code DoCmd.SendObject acSendReport, "rptName", acFormatPDF, "emailaddress.com", , , "subject", "Message " however this is emailing all records from the report, I would like to only send the current record entered in the form. I'm thinking I need a where condition...
  3. J

    VBA code to email report from command click on form

    Thanks RRanman256 what position should I add this at on my existing code?
  4. J

    VBA code to email report from command click on form

    hi, I have created a form that loads as add new record. I also have a command button on my form that on click prints the current record entered as a report. I would like the printed report to be sent in an email on the same command. can anyone help with the code for this? This is what I have...
  5. J

    Need Help Edit Forms

    Thank you for the reply, I will check it out
  6. J

    Need Help Edit Forms

    Hi, Firstly I am new to Access and also new to forums so this post my need more info to get what I want. I have started creating a DB for my workplace the DB is to record measurements of products we have. so the DB consist of product code, description, width, length, height, weight...
Back
Top Bottom