compile Error - references

  • Thread starter Thread starter Mimi
  • Start date Start date
M

Mimi

I am running A2k on Citrix and I keep getting compile
errors with missing references. I fix the references and
it works for a few hours and then the compile errors
return and state that references are missing. Any idea
why this is happening?
 
Not sure what the problem is, but the following is recommend practice for
any developer worth their salt:

-- you install both the office updates and the JET updates.

-- You run a split mdb arrangement. This means you have one data file (the
back end), and the "front" end with code/forms etc.

-- Your users get a mde file for the front end.

-- You DO NOT ALLOW multiple users into that mde front end.

-- This means each user gets THEIR OWN copy of the front end. This advice
applies to when you have a network, and ALSO when using Terminal
Services/Citrix.

The above likely will fix all of your problems.

If you do not understand any of the above points...please feel free to ask
for more info.
 
Back
Top