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

CurrentDB on access project is not working

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I usually use property "currendb()" on programming access 97 and now i'm using access 2000 (project database) but it cannot working. I've set on the reference DA0 Library.
when i run the program it always appear "Object variable or with block variable is not set".
i usually did like this

dim dbs as database

set dbs=currentdb()
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top