Matthew Snook
NW Salmon Database
- Local time
- Today, 09:20
- Joined
- Apr 19, 2001
- Messages
- 133
Here is some suggested code straight out of a help file:
Dim dbs As Database, rst As RecordSet
In trying to solve another problem, I have attempted to define variables as a database several times now, and the option is not available. Am I missing something?
When I type "Dim as" and hit the spacebar, the autocomplete feature lists all the alternatives, and "database" is not one of them. If I ignore this small setback and simply copy the code from another source, an error acrues to my "undefined user data type." Is this feature only available at certain times?
Matt
Dim dbs As Database, rst As RecordSet
In trying to solve another problem, I have attempted to define variables as a database several times now, and the option is not available. Am I missing something?
When I type "Dim as" and hit the spacebar, the autocomplete feature lists all the alternatives, and "database" is not one of them. If I ignore this small setback and simply copy the code from another source, an error acrues to my "undefined user data type." Is this feature only available at certain times?
Matt