If you have mutilpe users sharing the same copy of your application, you are
making a serious mistake. You should split your database. Put the _be.mdb
file (contains alll the tables and relationships) on a shared folder where
all users have read and write permissions. The give each user their own copy
of the front end mdb (cotains forms, macros, modules, queries, etc).

Signature
Dave Hargis, Microsoft Access MVP
> I have several users who like the entire row for a record to have a different
> background color from adjacent records. I have done it with conditional
[quoted text clipped - 4 lines]
> Can anyone think of a way to turn all fields in a single record to a
> different background color without affecting records on other computers?
tkosel - 29 Feb 2008 23:12 GMT
I was not specific enough, sorry. I do have a back end front end
configuration. However to cut down on installation issues, (Version control,
etc.) I do have all users sharing the same front end. I think that you have
answered my question in that probably the proper way to do what I want is to
have everyone use their own copy of the front end. Thanks for your input.
> If you have mutilpe users sharing the same copy of your application, you are
> making a serious mistake. You should split your database. Put the _be.mdb
[quoted text clipped - 10 lines]
> > Can anyone think of a way to turn all fields in a single record to a
> > different background color without affecting records on other computers?