Run-Time Error 91

  • Thread starter Thread starter Morgan
  • Start date Start date
M

Morgan

I am getting a Run-Time Error 91
"Object Variable or With Block Variable not Set"

it is reffuring to this line of code:
Set ptsPM = DBS.OpenRecordset("Transactions",
dbOpenDynaset)

I am Transfering Data to a Table that is not linked to the
current form that I am getting the error msg on.

any Ideas of what the problem could be.

Thanks Morgan
 
Back
Top