help please not working

A

Apples76

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?
 
K

Klatuu

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.
 
A

Apples76

Thanks Klatuu,

that solved it.

Klatuu said:
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.
 
Top