A97, A2000 and A2002 Urgent

  • Thread starter Thread starter Doug Li
  • Start date Start date
D

Doug Li

Dear All,

How are you.
I hope your extensive knowledge in Aceess could help me
resolve our Access mysery. Your help is greatly
appreciated.

Regards,
Douglas Li


My Case:
We're in testing phase of upgrading our DB from A97 to
A2002.

All function in DB is working fine in A97.

When the DB(in A97 format) opened in A2002 or 2000, we
received error "The command or action 'SaveRecord' isn't
available now. 2046". I also tried converting the DB to
A2000 and A2002, the error occurs in both format.
 
Does this occur when you open the database, or does it occur at some point
in running it? If the latter, open in design view, Tools | Options and set
"Break on unhandled errors" to see if that will help you determine where the
error lies.

Larry Linson
Microsoft Access MVP
 
Dear Larry,
Many thanks for your advise. "Break on unhandled errors"
was checked by default. So I changed it to "Break on all
errors". I got a run-time error "2046" and the Visual
Basic Debuger reported error on line "DoCmd.RunCommand
acCmdSaveRecord". Any idea? Thanks again for your help.

Warm Regards,
Douglas
 
Back
Top