Hi Doug,
This sounds like a limitation in Word's text file conversion routine.
Probably the thing to do is, before converting to text,
1) replace the checkbox with a plain text Y or N (or -1 or 0)
2) unlink the dropdown formfield (thus replacing it with its current
value).
>I have a Word 2000 template that I convert to a txt file to import
> data into Access.
[quoted text clipped - 16 lines]
>
>This is a repost from Microsoft. Public.Word.Conversions
--
John Nurick [Microsoft Access MVP]
Please respond in the newsgroup and not by email.
Doug Sanders - 04 Jun 2007 04:15 GMT
I understand the replacing the checkbox thing.
Need clarification / more detail on unlinking the drop down formfield.
Thanks for your response.
Doug
> Hi Doug,
>
[quoted text clipped - 29 lines]
>
> Please respond in the newsgroup and not by email.
John Nurick - 04 Jun 2007 06:48 GMT
"Unlinking" a field deletes the field and replaces it with whatever was
its value. The keyboard shortcut is Ctrl-Alt-F9, and in VBA you use
Selection.Fields.Unlink
ActiveDocument.Fields.Unlink
or whatever.
>I understand the replacing the checkbox thing.
>
[quoted text clipped - 37 lines]
>>
>> Please respond in the newsgroup and not by email.
--
John Nurick [Microsoft Access MVP]
Please respond in the newsgroup and not by email.
Doug Sanders - 06 Jun 2007 01:52 GMT
Thanks,
Doug
> "Unlinking" a field deletes the field and replaces it with whatever was
> its value. The keyboard shortcut is Ctrl-Alt-F9, and in VBA you use
[quoted text clipped - 48 lines]
>
> Please respond in the newsgroup and not by email.