I've been using Crystal Reports for a while now and some of my reports, as far as I have been able, have been reduced to run as fast as possible. They are, sometimes, still too slow.
I have since heard that SQL Expressions can reduce the time a report takes to run. With that in mind I would...
Sorry, there's already a solution in place but I know the loop is the optimal solution.
If I can't convert something to a field (i.e. VBA .Fields("Text" & i) then that's fine, I'll just put the formulae into an array and use the counter to reference the elements.
I was just wondering if it was...
I'm wanting to create a loop in crystal that moves through 12 formulas, numbered 1 to 12. Is there any way that I can create a string in the loop and have it reference as a formula?
This is what I have:
numberVar Total := 0;
numberVar Counter := 0;
For Counter := 1 To 12 Step 1 Do (
If...
I'm wanting to read XML into a recordset with MS Access but, after a good time searching on MS KBase, here, other forums, and the web, I've been unable to find anything.
Can anyone provide an example - or a link to one - of making this possible?
Stewart J. McAbney | Talk History
I would like to calculate the minimum value in a group but only if a certain field in that group has a value.
i.e.
Group, InvoiceDate, Earned
001, 1st Jan 2005, £0
001, 1st Mar 2005, £0
001, 1st May 2005, £0
001, 1st Jun 2005, £45.32
001, 1st Jul 2005, £0
002, 1st Jan 2005, £0
002, 1st Feb...
As a precaution, and caution is an important word, it's best to play safe and format the date to that American format.
No idea what Americans do though.
Stewart J. McAbney | Talk History
For the DoCmd.Close, I'd be even more specific about the object you are closing
DoCmd.Close acForm, "Form name"
You never now, two open objects may have the same name. Especially if you've used the awful MS wozards included with the product.
Stewart J. McAbney | Talk History
Create a delete query with the criteria you need. Create a macro called autoexec that turns off warnings, runs the query, turns warnings back on, and closes the database.
Use Windows to schedule task for weekly automation.
Stewart J. McAbney | Talk History
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.