Hello all. I am at my wit's end. I am a VB retard and need a little help. I have an access database that works great until I want to mail merge to a word document. I have 40 text boxes that I want to merge along with 35 checkboxes. I bookmarked my document with the exact names of my text boxes and checkboxes and can mail merge just fine. However, can I write a for loop since everything is named like:
textboxes = txt_frm_1 - txt_frm_40
checkboxes = cb_frm_1 - cb_frm_35
I would like to get 170 lines of code down to like 30 if possible. Someone suggested a for loop and I have no Idea how to write one. I have looked all over the net and understand maybe 2% of what I see, so any help would be much appreciatedcheckboxes = cb_frm_1 - cb_frm_35