Alright...
I found a database demo at vbsquare.com.
In the General Declarations it states

Dim DB As Database
Dime RS As RecordSet

Well... When I transfered that code to my existing project that I wanted to add the database too, it gave me an error. Appearantly it wont let me use 'Database' as an option.

But it will let me use 'Database' as an option in the demo I downloaded. What do I have to do???