| Albert D.Kallal 2006-01-25, 3:28 am |
| The fact that after all was said and done..you find that you can compile the
code, and build the mde when it is on the shared folder.
It is possible that some references was still stray. (remember, you can
actually make references to other mde files..and the LOCAL directory is
searched first for these references).
I also would have consider creating a blank mdb file..and importing
everything. This would reduce/eliminate references issues, and also fixes
forms of corruption.
So, there are in some cases some different behaviors here. It is not really
clear if that actually copying the mdb to your local machine fixed a
reference, and allowed the code to compile, or some other issue.
Of course...as always..you need to do a debug->compile in your code and make
sure no code errors occur BEFORE you attempt to make the mde-xecutable file.
However, since the application did allow you to build the mde when working
on the local machine, then something must have changed.
In addition to the above, it needs pointing out that you MUST run the front
end part of the application on each pc..or you will experience general
problems if this is to be used by more then one person. This should come as
NO surprise here, and is standard fair for any developer.
I explain why you split here.....
http://www.members.shaw.ca/AlbertKa...split/index.htm
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pleaseNOOSpamKallal@
msn.com
http://www.members.shaw.ca/AlbertKallal
|