Max Wanadoo
max.wanadoo at gmail.com
Wed Jun 24 17:48:21 CDT 2009
A more considered reply... I have looked again at step X I have to agree that to implement that in, say recursive code would NOT be easy to follow. Therefore, in my opinion....you are correct. So, the ladies are wrong. We are right... Go for it Bro.. Max -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Drew Wutka Sent: 24 June 2009 23:15 To: Access Developers discussion and problem solving Subject: Re: [AccessD] Learning .Net -- PHP Instead? Step X Step1: Step 1 If SomeCondition Then Goto Step1 Step2: Step 2 If Not Another Condition Then Goto Step2 Step3: Step 3 If Not FinalCondition Then Goto Step1 Step4: Step 4 Which is cleaner? The first method could have you repeating code over and over, the second method has the code once, and simple (and what should be well labeled) 'jump points' to make complex 'logic' simpler. Drew