Recent content by dannyb87

  1. D

    Access 2007 automation error - it is illegal to call out while inside

    sorry vba, seems like its an issue with outlook, i realised the office computer had a folder called eqreport1 which it was sending reports from, so i created a folder on my outlook and received a new error, i put a report inside the folder and im not receiving an error anymore but outlook...
  2. D

    Access 2007 automation error - it is illegal to call out while inside

    he is the info from the debug Option Compare Database Option Explicit 'Public Sub ImportExcelData() ' 'On Error GoTo IED_Error ' 'Dim MyDb As Database, rsIn As Recordset, rsOut As Recordset, strSource As String, intPos As Integer, intZ As Integer 'Dim strFullName As String, lngNID As Long '...
  3. D

    Access 2007 automation error - it is illegal to call out while inside

    Recently the database has been giving me this Visual Basic Error when i try to send emails from the access database. The database was working fine until recently, I took the database home to try it out and i receive a new error as shown in this pic: http...
Back
Top Bottom