Use FormFields as a means of having somewhere to enter the information.
Each formfield will have a bookmark name assigned to it so that it contents
can be referenced from another location in the document.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
>>hello there,
>>
[quoted text clipped - 8 lines]
>
> I was thinking of disabling the tab key, is this possible?
VinceB1 - 22 Sep 2006 12:42 GMT
This is an idea i have tried but then for some reason this does not allow for
some of my conditions to be met, i search through various bookmarks to check
if they have any contents, if i have fields they automatically have some
content which ruins the rest of my code.
VinceB1 - 22 Sep 2006 14:21 GMT
Any further ideas on disabling the TAB key from within a word macro?
Doug Robbins - Word MVP - 23 Sep 2006 05:34 GMT
Use the .Result attribute of the FormFields to evaluate the contents.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> This is an idea i have tried but then for some reason this does not allow
> for
> some of my conditions to be met, i search through various bookmarks to
> check
> if they have any contents, if i have fields they automatically have some
> content which ruins the rest of my code.