Sprk Jonz said:
1- Unlike 97, in 2003 a user cannot modify a form or report if someone else
is in the database. We have a small community of about 5 users, and when
things get buys, this difference rally slows us down. Short of working in a
copy, our developers have to yell: can everyone please get out of the
database?
However you really want to put the FE on each machine or place in a
user specific directory on the server. This will help avoid some
weird error messages when users are changing the same forms record
source, filters and such as well as corruptions. It is also much
easier to implement a new version of the database with changed
queries, forms, reports and VBA code.
I specifically created the Auto FE Updater utility so that I could
make changes to the FE MDE as often as I wanted and be quite confident
that the next time someone went to run the app that it would pull in
the latest version. For more info on the errors or the Auto FE
Updater utility see the free Auto FE Updater utility at
http://www.granite.ab.ca/access/autofe.htm at my website to keep the
FE on each PC up to date.
2- Previously I could easily write queries to perform counts and then
reference these queries in other queries. In 2003, it is much more difficult
to reference aggregate functions and while it allows it, you really have to
index everything, dot your i's, etc to make it work.
I'm not familiar with this problem.
3- I've had some forms get "buggy" due to field name tracking. If I have a
mix of fields directly from my query and others that have formulas
referencing fields, the form sometimes gets confused about if the calc should
reference the form object or the query fields. Sorry, hard to make clear for
ya, but just one thing I encountered
Turn Name AutoCorrect off. This might be part of your problem. But,
assuming I understand your problem, you can't have an alias name in a
query the same name as a field.
Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog -
http://msmvps.com/blogs/access/