access 2002
i have an example somebody wrote down and at the top of the code it says Dim dbs As Database but i dont have a property called Database. is there something need doing before this code is written ?
thank you.
casey.
Printable View
access 2002
i have an example somebody wrote down and at the top of the code it says Dim dbs As Database but i dont have a property called Database. is there something need doing before this code is written ?
thank you.
casey.
You probably need to add a reference to either DAO, Access, or ADO.
Post some code and I will try to determine which it is.