Front end / Back end

N

Neil Greenough

I originally had my DB in MS Access 2000 split into a frontend and backend.
I have now merged them so they are together. Nonetheless, some of the
setting and scripts I had no longer work. I keep on getting an error with
the following script when I try to run a report:-

"Private Sub Report_Open(Cancel As Integer)
Dim lngSource As Integer
Dim lngTarget As Integer
Dim strFilter As String
intLoop = 1
If IsLoaded("Translators") Then"

There is more to this script, however this is the part which gets
highlighted.

Any ideas?
 
V

Van T. Dinh

You haven't dimensioned strFilter???

Do you have a UDF "IsLoaded" in the database?
 
Top