jwcolby
jwcolby at colbyconsulting.com
Wed Jul 8 07:07:10 CDT 2009
No, If I am going to do that I store every variable in the registry. John W. Colby www.ColbyConsulting.com Max Wanadoo wrote: > That is very bad practice...far better to ban variables altogether and use > lookup tables to store/retrieve values, > > Max > > > On Tue, Jul 7, 2009 at 10:53 PM, jwcolby <jwcolby at colbyconsulting.com>wrote: > >> And don't forget to make every variable global so that you can get at >> anything from anywhere. >> >> 8) >> >> John W. Colby >> www.ColbyConsulting.com >> >> >> Stuart McLachlan wrote: >>> NO! Dim h as String is BAD! >>> >>> You should never use explicitly typed variables - it causes error >> messages to popup all the >>> time. If we were meant to type variables, they wouldn't have created >> VARIANTS!! >> -- >> AccessD mailing list >> AccessD at databaseadvisors.com >> http://databaseadvisors.com/mailman/listinfo/accessd >> Website: http://www.databaseadvisors.com >>