Hi all,
I'm having an issue with an old report that is being run with CR7. The report prints wrong information in the page header when the report is exported to RTF. The report works fine when printed or displayed to the screen.
The page header displays a "department" field in the page header...
Hi. I'm new to VBA so bear with me.
I'm trying to write VBA that updates a specific cell in Excel with data that I've queried from SQL Server. So far I have the following..
Sub Test1()
Dim qt As QueryTable
sqlstring = "Select ValueX From Data1 Where blah='blah'"
connstring = "My ODBC...
This should be a simple question.
I'm trying a query like:
SELECT Distinct Left(AuditNum, 4) AS Blah
FROM Audit
where Blah = 'Fred'
When I attempt to execute the query I get prompted for a parameter value "Blah".
Can't I use a field alias in my where clause?
Thanks
I'm having a bit of a problem with Crystal Reports 7.
I have a multi expression formula similar to the following:
@Formula1
=========
numberVar uvSchd :=0 ;
if({@uv01}>0) then uvSchd := {@uv01} ;
if({@uv02}>0) then uvSchd := uvSchd + {@uv02} ;
uvSchd*15/60
The formulas that get...
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.