Search results

  1. O

    VBA Assistance

    Just wondering if someone could please point out the error in my code. I'm looking to add details onto one table and edit a field on a second table after looking it up. Many Thanks Dim db As Database Dim rs1 As DAO.Recordset Dim rs2 As DAO.Recordset Dim Str As String Str =...
  2. O

    Sending an Access Report with Gmail

    Hi Guys, I was just looking for some assistance. I'm looking to send an access report in RTF format attachment direct from a command button through my Gmail account. I have found some code that allows me to send an email but not with the attachment. The name of the report is...
Back
Top Bottom