Tried this from
the R: prompt as:
set var vTest1 =
n/a
Then
sel max(breakdat)
into vTest1 from master where custnub2 = '6171'
This works but
this is one of our larger customers and it takes 60 seconds or more to pull this
data.
Any other
ideas.
Thanks
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 07, 2004 12:35 PM
To: [EMAIL PROTECTED]
Subject: [RBG7-L] - Re: View SpeedSel MAX(Breakdat) into varname from master where Custnub2 = .vcustshould work much faster, especially if you have an index onCustnub2. Have an exit EEP from the customer ID field look upthe value as such.-------------- Original message --------------
Is there any way to speed up the following view or a different method to be recommended for getting this information. I am trying to display the date of the last time we handled a customers business in a form as we enter the customer number in the form and begin a new record.(custnub2, Breakdate)Sel Custnub2, max Breakdatfrom mastergroup by custnub2Thanks for any help.Stephen BreenCDI Services, Inc.3610 Deahl CourtP.O. Box 3838 South Bend, IN 46628574-271-2027 Ext: 200Fax 574-247-4638Fax: 574-247-4631Email: [EMAIL PROTECTED]Web Site www.911roadrepair.comPager 800-668-8023Cell 574-339-2356
