Scott Marcus
marcus at tsstech.com
Tue Aug 10 06:21:02 CDT 2004
I forget who mentioned something like this... If I < 90 Then 'some code here End If 'I but I SOMETIMES do the following in complex code... If intEmployeeType < ADMINISTRATOR Then 'some code here End If 'intEmployeeType < ADMINISTRATOR Anyone else do this? I usually just break up the complex code into functions/procedures. Scott Marcus