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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. noeuro

    using a variable as a field name

    My table has n fields, named fld1, fld2, fld3,....fldn I want to loop through them .. for i=1 to n strF="fld" & str(i) rec.edit rec!strF = ..... Of course, this doesn't work. How do I get round it?

Part and Inventory Search

Back
Top