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?
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.