![]() |
| |||||||
| Sponsored Links |
![]() | « Previous Thread | Next Thread » |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| ||||
| ||||
| Please see attached Sample,. This may look like its fairly quick,.. but its the slow as hell,.. especially when cross referencing againts qty's already ordered. "not included in sample" I have only attached a basic sample of the query with some data, on my full system this acts very much like a Dlookup would do on a continuous form. "if you were foolish enough to use one there" ![]() Check out the module for the code My Question is: Id there an alternate "Speedy way" to produce the same results as seen in the sample. Thanks AOG
__________________ If i helped you, make me famous by clicking the |
| Sponsored Links |
|
#2
| ||||
| ||||
| Do you absolutely need to use a variant data type? This data type produces extra overhead that could be causing some performance issues.
__________________ jmurrayhead If you agree with me... click the icon! If my post solved your problem, click the button in the lower right-hand corner of the post.Join our Folding team: DeveloperBarn Folding |
|
#3
| ||||
| ||||
| May also want to see if you can get this function working: Very Fast String Concatenation Another thought is to see if you can do some of this within the actual query. |
|
#4
| ||||
| ||||
| Ive added the example of the very fast code, I included & "-" & in the query so its easier to see what it's doing Last edited by AOG123; May 1st, 2008 at 08:54 AM. |
|
#6
| ||||
| ||||
| Worked but didn't do what i wanted,.. might have made a mistake,.. see the latest upload above which shows the results ,.. thanks |
|
#7
| ||||
| ||||
| After a little more testing,.. the original code is actully quite fast,.. my problem is the Tables are held on another Drive and the front end is on the desktop,.. connecting through the linked tables is causing the delay. |
|
#8
| ||||
| ||||
| The example function AppendStrings in the link I provided accepts two parameters, with the second being an array. You would have to call this function after you created an array from the recordset values. I guess I misunderstood how you were doing this. I'm thinking there might be a way to do what you want from the query by itself... |
|
#10
| ||||
| ||||
| @ JMH Thanks for your input,.. i guess its just a network issue,.. i'll leave this open a few days to see if anyone can come up with something, "Please note we have looked at Performance Analyzer" and keeping the lbd open |
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|