Search results

  1. S

    Cannot add records to database form

    I have a similar problem. I can add new records as long as the previous record is not set to read only (closed for editing). I am not sure why but when I make the last new record read only I cannot add new records. Does anyone know why or have suggestions? Thanks.
  2. S

    Email Macro - Access 2013

    Okay I will keep that in mind as another option. Have a good one and thanks again.
  3. S

    Email Macro - Access 2013

    Thanks for the help and for the welcome! I didn't quite understand enabling one button for 2 or more reports but it's okay having separate buttons.
  4. S

    Email Macro - Access 2013

    That works perfectly thank you so very much.
  5. S

    Email Macro - Access 2013

    I have changed the buttons with this procedure: Private Sub Command19_Click() Dim stDocName As String stDocName = "Report Name" DoCmd.OpenReport stDocName, acPreview, , "[RecordID] = " & Me.RecordID DoCmd.SendObject acSendReport, "Report Name", acFormatPDF, , , , , False...
  6. S

    Email Macro - Access 2013

    I have created a button on my form to email a report. Is it possible to email more than one report with that button? In the macro for on click it has a line 'Object Name' for the report name. Maybe additional reports could be added there. Thanks in advance.
Back
Top Bottom