With Statement (Bad Practice?) WAS RE: [AccessD] Naming Conventi ons

Bobby Heid bheid at appdevgrp.com
Fri Aug 13 13:36:30 CDT 2004


I think it is supposed to actually help speed up the code in many situations
because it does not have to decode the full reference each time.  I think
that this is true especially with recordsets.

Bobby

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of DWUTKA at marlow.com
Sent: Friday, August 13, 2004 2:20 PM
To: accessd at databaseadvisors.com
Subject: With Statement (Bad Practice?) WAS RE: [AccessD] Naming Conventi
ons


Here ya go, a new thread.

Is the With Statement bad practice, because it's entire purpose is to remove
the root object from your code, effectively orphaning chunks of code?  With
the use of the With Statement, you cannot directly tell from an individual
line of code what is being done, and what is doing it.

Drew




More information about the AccessD mailing list