Run-Time Error '2467'

D

DavidS

I've converted an Access Database from 2000 to 2007 using the SaveAs feature.

I have a code as such that works perfect in Access 2000.
Private frm_WS As Form
Line 1: Set frm_WS = frm_WorkSchedule.Form
....
Line n: frm_WS![some_ctn].Enabled = False

I'm getting this error message when I attempt to run Line n in the source.
No issues in Access 2000 - what is causing this in 2007 - what references
should I be using or what is different using Access 2007.
 
T

Tom Wimpernads

Access 2007 doesn;'t support the MDB format; you need to move to Access Data
Projects
 
D

Douglas J. Steele

Don't pay attention to the previous reply. "Tom Wimpernads" is actually A a
r o n K e m p f, a troubled malcontent who seems to feel his purpose in
life is to bad-mouth Microsoft, while converting everyone to using ADPs.

While it's true that Access 2007 has a new file format (ACCDB) that replaces
the MDB file format when you're in Access 2007 mode, it's still capable of
working with the MDB format.

I'm afraid I don't have a solution for your problem, though.

--
Doug Steele, Microsoft Access MVP

(no private e-mails, please)


Tom Wimpernads said:
Access 2007 doesn;'t support the MDB format; you need to move to Access
Data Projects



DavidS said:
I've converted an Access Database from 2000 to 2007 using the SaveAs
feature.

I have a code as such that works perfect in Access 2000.
Private frm_WS As Form
Line 1: Set frm_WS = frm_WorkSchedule.Form
...
Line n: frm_WS![some_ctn].Enabled = False

I'm getting this error message when I attempt to run Line n in the
source.
No issues in Access 2000 - what is causing this in 2007 - what references
should I be using or what is different using Access 2007.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top