Hi all,
new to the forum (I could have sworn I'd found a specific MS Office section but can't find it anymore)
Anyway Im having issues mail merging pictures and updating them in the new document.
F9 works in the original document updating one record/picture at a time, but Ctrl + a dn F9 doesn't work in the "Edit Individual Labels" doc.
The code Im using is:-
new to the forum (I could have sworn I'd found a specific MS Office section but can't find it anymore)
Anyway Im having issues mail merging pictures and updating them in the new document.
F9 works in the original document updating one record/picture at a time, but Ctrl + a dn F9 doesn't work in the "Edit Individual Labels" doc.
The code Im using is:-
Code:
{IF{MERGEDFIELD "PrimaryPhoto"}= " " {INCLUDEPICTURE "C:\\Picture\\NoPicture.jpg"}{INCLUDEPICTURE{MERGEDFIELD "PrimaryPhoto"}\d}}
Any help would be appreciaited.