Forms stopped working

  • Thread starter Thread starter Arlene
  • Start date Start date
A

Arlene

I created some custom forms for a company several months
ago and they have stopped working now. They will not
open and the error message refers to the persistent
recordset. I assumed that this was some type of security
problem and have checked permissions on the public folder
where the form is created and where the persistent
recordset is stored, along with the location of the MS
Access database that the information is pulled from.
They have upgraded their systems from Windows 2000
workstation to Windows XP and from Office 2000 to Office
2003 as well.

Can anyone help with this one? I'm not sure where to
look.

Arlene
 
What is the exact text of the error message? "Recordset" is a database term,
not an Outlook term. If you step through the code with the script debugger,
you should be able to locate the statement that triggers the error message
and then work on solving whatever problem it's having. My guess is that the
problem is with the database connect.
 
Back
Top