Here's a pretty general question...My current database project to starting to get huge in terms of its interface and the code that supports it. Thus far I've been putting all my code right in the forms for the project. Is there any compelling reason to use code modules rather than just putting all the code in the forms, other than for global variables and functions, and just making your code tidier?
Sam.
Sam.