hey guys, im stuck at very simple step
i have a bextbox that shows me a number accoring control sorce
i tried
status not 'Rejected'
status not in 'Rejected'
not in = 'Rejected'
how do i exclude status 'Rejected' here ?
and 2nd help is i have a dbl click even
i got a 3rd status type and when i add here another OR - it simple doesnt want to save new changes.
2nd question here is simple - how can i exclude status "Rejected" here as well.
thank u in advance
i have a bextbox that shows me a number accoring control sorce
Code:
=IIf(DCount("site";"QddallA";"site='Site1' and status not in = 'Rejected' and duedate<completedDate")=0;"";DCount("site";"QddallA";"site='Site1' and status not in = 'Rejected' and duedate<completedDate"))
i tried
status not 'Rejected'
status not in 'Rejected'
not in = 'Rejected'
how do i exclude status 'Rejected' here ?
and 2nd help is i have a dbl click even
Code:
="RiskID In(SELECT RiskID FROM QddallA WHERE (status='In progress' and Site='Site1' and duedate<completeddate) or (status='Completed' and Site='Site1' and duedate<completeddate))"
2nd question here is simple - how can i exclude status "Rejected" here as well.
thank u in advance