
How to access Access table with VB5 program?
make a ref in your prog to DAO 3.5
global mydb as database
globa mytb as recordset
sub main()
set mydb = opendatabase("c:\database")
set mytb = mydb.openrecordset("table")
J. Rondeau
Programmer Analyst
Global Consulting and Development Services, Inc.
Atlanta, Georgia