Reputation: 85
There is a form named Config and it has a field name as "Server" i need to compare this field with a string when replicating.
Upvotes: 1
Views: 63
Reputation: 30960
The formula
SELECT Form = "Config" & Server = "YourServer"
would replicate only Config documents (when field Server is "YourServer"), no other documents.
Upvotes: 1