|
-
Nov 6th, 1999, 08:59 PM
#2
Addicted Member
Try it:
------------------
Dim db As Database
Dim tbl1 As Table
Dim dbName$, Connect$
Connect = "dBASE IV;" ' Specify database type
dbName = "D:\DBASEIV" ' Specify database directory
Set db = OpenDatabase(dbName, False, False, Connect)
Set tbl1 = db.OpenTable("Table1") ' Open table
------------------
smalig
[email protected]
smalig.tripod.com
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
|