|
-
May 24th, 2002, 02:28 PM
#1
Thread Starter
Junior Member
Dim blah as Database??
When I do Dim variable as Databse, the Databse is not an option for defining a variable. What do I have to add to be able to use Database to define a variable??
-
May 24th, 2002, 02:31 PM
#2
Frenzied Member
Project -> References -> check Microsoft DAO 3.51 Object Library
-
May 24th, 2002, 02:31 PM
#3
Frenzied Member
You need to set a reference to the Microsoft DAO 3.51 or 3.6 Object Library.
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
-
May 24th, 2002, 02:44 PM
#4
Thread Starter
Junior Member
Set rsTest = gblDatabase.OpenRecordset("Students", dbOpenDynaset)
I get type mismatch error??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|