Database

How do I make a database available globally throughout the program, thanks.

Create a property in a module & set it’s super to the database you’re using. Don’t for get to change your dim statements.

Thanks Wayne, seems to have fixed my problems, cheers Shane.