I've set up replication but I'm having difficulties in my testing. I've changed 3 fields in the publication database, but only 1 of those 3 fields updates in the subscriber database. I've verified that all 3 fields are in the article. I've looked at the replication sproc and it looks fine for _UPD and _INS (just in case my 3rd party calling program deletes and adds). Other individual fields that I've added in other tables are replicating fine. This is the first case where 3 fields are updated simultaneously.
I'm not sure where to look to diagnose this.
Thanks in advance.