help please not working

G

Guest

I have a multi user db working with 5 people having access. (prob 3 people at
a time) i have split the front end and backend.

But now I have problem with one of the users not being able to use the
functionality of the DB front end.

When the user clicks on the find field and types in a number the VB debugger
window appears highlighting the code generated by the lookup wizard. it also
has stoped inserting the referance numbers to link the records. (a bit of
simple code i created)

I have tried overwriting the DB front end on the users terminal but the same
problem occurs, but it only occurs on this terminal.

Does anyone have any suggestions?
 
G

Guest

First, I would try installing a copy of the front end on this user's computer
you know works on the others. If that does not resolve the issue, I would
suspect a missing reference. Check the references on a computer that is
working, and compare it to the references on the computer that is not working
in the VBA Editor - Tools, References.
 

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