Search results

  1. N

    "Object variable or With block variable not set" issue

    Thank you arnelgp! That worked!:)
  2. N

    "Object variable or With block variable not set" issue

    Sorry if I wasn't more clear. I tried to call out the error. Line 38 begins here: Set rstIePa = dbPa.OpenRecordset(strGroupPASQL, dbOpenDynaset) With rstIePa If Not (.BOF And .EOF) Then .MoveLast lngTotRecCount = .RecordCount .MoveFirst
  3. N

    "Object variable or With block variable not set" issue

    Hello, I need help for an issue I have with the following code. I am trying to run an email macro in access which had been successfully run before. I am taking this process over and new to this so I am having a hard time troubleshooting it. The "Run-time '91' - Object variable or With block...
Back
Top Bottom