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 TouchToneTommy 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: *

  • Users: WatDisDo
  • Content: Threads
  • Order by date
  1. WatDisDo

    Dynamically referencing fields in a recordset

    Hi Everyone I am attemting to access the fields in a recordset using a field name derived dynamically, i.e. along the lines of : dim somevar as string . . . rs.fields(somevar) or rs!somevar This obviously doesn't work, as the methods seem to expect literal values rather than dynamic...
  2. WatDisDo

    Combo Box in Query Criteria

    Hi y'all I am running a select/where query in a combo box that uses the contents of another combo box in the criteria to provide the input for the where clause. (e.g. [Forms]![ADP Entry]![cboBuyerName]). I also want to requery (via macro) on either the lostfocus event of the source combo, or...

Part and Inventory Search

Back
Top