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 gkittelson 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. Tootie

    call(open) recordset from table for if test missing something

    that will get us going again we are still having the problem getting the dim db as database dim rst as recordset to work. do we have to use the DAO stuff I have seen? do we have to use the db name? i.e. dim dbname.db as database dim dbname.rst as recordset?
  2. Tootie

    call(open) recordset from table for if test missing something

    I have code with if's testing for a letter and assigning a number to a const variable that is created. Can access 97 accept EOF? also how do I focus on the first record in a particular table to then start the looping process? i.e. Const qf1, qf2, qf3 as integer = 0 do until EOF if f1 =...

Part and Inventory Search

Back
Top