Help with a macro

B

ba

Hello,

I am trying to convert a database from SQL6.5 backend/Access 2000
front end to SQL2005BE/Access 2003 front end.

I moved all macros to VB code. (Macros were simple and basically
opened other forms or reports.)

Now when I am working on one specific form, when I click on any of
the command buttons or next/previous record buttons, I get an error
message saying something like 'Can not find macro "." . Either the
macro or macrogroup does not exist or not saved.....'.

I do not have any 'run macro' command in the application ( at least
that I can see). I recreated the form and still have the problem.

I can not figure out what is causing this message and how to stop
this.


Please help.

Thank you,

Bharathi.
 
S

Steve Schapel

Ba,

In this instance, I would proceed like this:
Compact/Repair the database, via the Tools=>Database Utilities menu.

Make a new MDB file, and via the File=>Get External Data menu, import all
objects from your current database into the new one, except the problem
form.

Recreate the form in the new database.
 

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