Never fear young Jedi. I'm at work without all the coding but this is easy. I'll send you the check box coding first and tomorrow I'll send you the word coding if I can find through all the digital drough (software).

1) Put your checkbox on the form
2) Copy the checkbox that you have just created
3) Past the check box on the form. At this stage you will be asked if you want to create a control arry (this is the only time it will ask if you do this right. Hit Yes
4) Repeat Step 3 four mour times. When you finish you should have 5 checkboxes.

Now the code

Dim i as integer

For i = 0 to 5
If check1(i).value = true then
'This is where you would write the coding to word
Exit Sub 'This will save processing time
End if
next


The Computer Dope Man
Doc Scheinder