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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dim and DAO 1

Status
Not open for further replies.

zambrtp

Programmer
Jan 17, 2003
42
US
I am running into problems with this Dim statement

Dim db As Database The database is not an option for me...
I then try Dim db As DAO.Database and it errors..I have a piece of code that works on someone elses box but not mine ..HELP...I dont understand VB syntax...

Tereza
 
If you are using access 2k or newer, you must do the following:

open any module
select tools -> references
find the microsoft dao 3.6 objects and put a check by it

****************************
When the human body encounters disease it raises its temperature making it uncomfortable not only for the body but also for the disease. So it global warming the Earth's way of saying we are not wanted?

Robert L. Johnson III
MCSA, CNA, Net+, A+
w: rljohnso@stewart.com
h: wildmage@tampabay.rr.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top