|
-
Jul 17th, 2001, 08:36 AM
#1
Thread Starter
Junior Member
Simple Declaration Question
I was wondering what the correct variable type would be within the declarations section for the following variables:
************
Set DB = DBEngine.Workspaces(0).Databases(0)
***********
Set Table = DB.openrecordset("Registered Students Table", DB_OPEN_DYNASET)
************
I'm pretty sure the "Table" variable is Dim Table as Recordset but what is the "DB" variable??? Is it Dim DB as Connection????
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
|