Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tadzo

  1. tadzo

    Looping through unbound variables

    Using Access 2007, VBA within a Form – Is there a way to transform code such as: Me.text1=x(1) Me.text2=x(2) Me.text3=X(3) To something like: For I = 1 to 3 Me.text(I)=X(I) Next I Thanks!

Part and Inventory Search

Back
Top