The record source '<source_name>' specified on this form or report...

  • Thread starter pubdude2003 via AccessMonster.com
  • Start date
P

pubdude2003 via AccessMonster.com

Does anyone know a method of trapping the error above. I think it's 2580 but
I haven't had any success trapping that number.

"The record source '<source_name>' specified on this form or report does not
exist."

I have a client that (sometimes) begins to import a new table into an app I
built but stops after deleting the original linked table (it's automated).

It's not a big deal, they just ignore the message box the next time they open
that app and link a new table, but I would love to trap this message and
Resume Next it.
 
M

missinglinq via AccessMonster.com

Don't know about trapping it, but 2580 is the correct number for that error
code!
 
Top