ok for whatever reason i always like to make things difficult for myself.... that being said i need major help... heres my pr0blem....
im just tooling around with this "fake" kinda data base i just set up a crap load of textboxes.... Labeled then txtName, txtaddress, txtcar, txtgolf (totally random things). then i made an array
VB Code:
  1. dim array(4,5) as boolean
(because i have 20 text boxes ... 4x5) how would i apply the array to the text boxes... i would like it .... like....

(name) (address) ect
text box textbox
textbox text box
ect ect

plz help