I have an issue with a replicated database where I take field data using the master database on my laptop then synchronize with the replica that is on our server at work and used by several others from the server. The problem seems to be that the references I set on my laptop do not seem to work the same on the server copy, so that if I use date() on a form in the conditional formatting of a control, it is no problem on my laptop, but not recognized as a function on the server copy. also in forms I have a text box with control source: =Right(Year(Now())-3,2) which on my laptop displays '07' but is not recognized on the server version. There are several issues like that and I cannot set references on the replica because I cannot save changes on that copy.