D
Dave
I'm using Word 2003 and trying to populate fields with data using
result.text=<Data>. So if wdField is a Word.Field object that I want to
populate I use wdField.Result.Text=<Data>. It puts the data in there, but
when I enter data into a formatted field like a date field, the formatting is
not applied unless I arrow through the fields in the document - when the
field is exited, the formatting is applied correctly. Is there a way to get
this format applied when the data is entered? I tried using wdField.Update,
but that didn't do it.
Thanks,
Dave
result.text=<Data>. So if wdField is a Word.Field object that I want to
populate I use wdField.Result.Text=<Data>. It puts the data in there, but
when I enter data into a formatted field like a date field, the formatting is
not applied unless I arrow through the fields in the document - when the
field is exited, the formatting is applied correctly. Is there a way to get
this format applied when the data is entered? I tried using wdField.Update,
but that didn't do it.
Thanks,
Dave