Hi,
When I do a search, I would like my form to show all the projects that a person is assigned to + Projects that he/she Performed By. Below is what I have; however, it does not give me any record.
SQLquery = SQLquery & "tblEmployees.LastName "
SQLquery = SQLquery & " ((FROM (tblProjects...
Hello,
I have a tblProjects where each Project# is entered once. I also have a tblProjectBusinessTypes where Project# is entered multiple times with different BusinessType i.e.
Consulting, Product Demos, or Training and etc. I am using CR 10 and on the report, under the detail section, it...
Hello,
I am using CR V 10. Below is my formulas:
LastUpdate: Maximum ({tblStatus.EnteredDate},{tblStatus.ProjectNum})
DaysLastUpdate: DateDiff ("D",{@LastUpdate} , CurrentDate)- (DateDiff ("WW",{@LastUpdate} , CurrentDate)*2 )
LastUpdate (%): If {@DaysLastUpdate} <= 3 Then "100%" Else...
Hello,
Below is my SQL Expression:
(SELECT Sum ("tblProjectBusinessTypes"."Cost")
FROM tblProjectBusinessTypes
WHERE "tblProjectBusinessTypes"."ProjectNum" = "tblProjects"."ProjectNum")
However, I only want to pull those with no CompDate and no Cancelled Date.
CompDate: If IsNull...
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.