Results 1 to 2 of 2

Thread: Beginner seeks help!! Please respond

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2000
    Location
    Atlanta, GA
    Posts
    177
    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
    212 will lead you to the truth

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Sep 2000
    Location
    Atlanta, GA
    Posts
    177

    Talking

    Sorry you will have 6 check boxes. Whoo holla at you guys later. Time to go.

    If you like my responses send me an email to [email protected] and be on the lookout for ComputerDope.com

    The Computer Dope Man
    Doc Scheinder
    212 will lead you to the truth

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width