Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

database integration

Status
Not open for further replies.

Killa

Programmer
Joined
Oct 19, 2001
Messages
56
Location
US
How do i specify an object as a database with vba in excel.

this is the line i expect would normally use

dim dbinfo as database



Unfortunately i can not find the "database" type available

I am trying to use excel to update a access data base but the users will not have access

ANY help will be greatly appreciated
 
Make sure you have a refernce to the appropriate library, DAO, I think it is:

In Tools > References, check "Microsoft DAO [version] Object Library"

Enjoy,
Tony
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top