Hi All...
In the form code, I tried to declare a variable as follows:
Public db As Database
Public rst As Recordset
etc..
When I execute my code, it gives me error message that :
db As Database = Undefined Data Type
I built previous dbs with such code without any problem
Any help please
In the form code, I tried to declare a variable as follows:
Public db As Database
Public rst As Recordset
etc..
When I execute my code, it gives me error message that :
db As Database = Undefined Data Type
I built previous dbs with such code without any problem
Any help please