Split database problems

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a database that is split into the front end and the backend. I have 8
different users for the front end. Anytime I make updates to the front end I
push it onto the users desktops. All of my users are reporting no problems
except for one. They are getting the error; "Microsoft Access can't run the
Macro or callback function 'Close Sample Registration Preview'. Make sure
the Macro or function exists and takes the correct parameters."

I can look at the database window and see that the macro exist. So why can't
I run it? No other computers give me this problem, the same frontend is
pushed to all computers.
 
Check for "missing" references. In any code window, select Tools/References.
If any references are flagged as "missing" then you must resolve these.
 
How will I know what is flagged as missing? I am not sure what I am looking
for.
 
Look for selected ones that have MISSING: in front of their name. The
selected references are always first: there's no need to scroll through the
list once you've looked at all of the checked ones at the top of the list.
 
OK.....I checked that. Nothing has the wrod missing on it. I only have four
items checked. But none of the items say missing. Any other ideas? I am
contemplating trying to reload access on this computer, but really don't want
to do that.
 
You checked, I assume, on the machine that's having the problem.

What happens if you select Compile from the Debug menu when you're in the VB
Editor?
 

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

Back
Top