Guest_imported
New member
- Jan 1, 1970
- 0
using access 2000 and attempting a very simple piece of code
such as
dim db as database
dim rs as recordse
set db = currentdb
set rs = openrecordset("pupils"
rs.close
I get the error message 13 type mismatch
what's going on?
I've 'hatched' the DAO library in tools/references
Is it a problem with VB for applications not being 'hatched' or is it a problem with 'ADO'
please help a former COBOL programmer, now a science teacher
such as
dim db as database
dim rs as recordse
set db = currentdb
set rs = openrecordset("pupils"
rs.close
I get the error message 13 type mismatch
what's going on?
I've 'hatched' the DAO library in tools/references
Is it a problem with VB for applications not being 'hatched' or is it a problem with 'ADO'
please help a former COBOL programmer, now a science teacher