I have a replicated database with several formatted text boxes that work well on the design master but not on the replica. Example 1: On Reports where I inserted a Date text box in the footer. When you open the report on the replica, you get a message, 'Enter Parameter Value' for Date. Example 2: On a form I have a text box with Control Source: ="R" &Right(Year(Now())-0,2). On the design master it shows '09' but in the replica it shows 'NAME?'. Has anyone else had this problem?