Guest_imported
New member
- Jan 1, 1970
- 0
I need a simple formula which uses a "where" clause. Similar to this SQL statement: Select a WHERE b = c What is this formula in crystal syntax???? Something along the lines of : select {employee.lastName} where {employee.employeeIdNumber} = {project.employeeIdNumber}.