![]() |
|
#20
|
||||
|
||||
|
OK, the reason you're getting the prompt for every record is that you have omitted the closing double-quotes before the \o switch in your FILLIN field. Hence the switch doesn't work. You have:
{ SKIPIF{ MERGEFIELD Job } <> {FILLIN "What Is The Job Number?\o}} instead of: { SKIPIF{ MERGEFIELD Job } <> {FILLIN "What Is The Job Number?" \o}} As for the job Nos., the only issue I can see is if they have leading 0s. In that case you should re-code the SKIPIF field as: { SKIPIF{ MERGEFIELD Job \# 00000} <> {FILLIN "What Is The Job Number?" \# 00000 \o}} Note also that your 'Job Number' cell won't get populated unless you have a copy of the Job MERGEFIELD there, outside the SKIPIF field. Personally, I'd prefer to keep the SKIPIF field above the table, too.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Populating Data in New TABs? | Sueade | Excel | 2 | 06-02-2015 09:12 PM |
| Mail Merge Field Not Populating | JennEx | Mail Merge | 3 | 05-10-2015 09:30 PM |
| Populating a table cell wit document properties | milena | Word VBA | 2 | 04-15-2015 07:28 AM |
| Reapting/Populating the same text in Word 2007 | akwjaw14 | Word | 0 | 06-03-2014 03:40 PM |
Need help populating dropdown box
|
antztaylor | Word | 3 | 11-06-2012 05:46 PM |