Search results

  1. A

    Where In operator

    Hi guys Is it possible to have specific values and values from a select query in IN*Operator. I mean something like this SELECT tblStudents.*, Grade FROM tblStudents WHERE Grade In ("A","A-","B+","B","B-","C+","C","C-","D+","D","F", SELECT DISTINCT tblStudents AS Grade FROM tblStudents WHERE...
  2. A

    Sum in unbound text box returns #error

    Hi everybody Is there a way to sum unbound box. I read several threads and tried their suggested solutions but none of them worked. I attach the database to give you an idea about the problem. Any idea would be greatly appreciated. Thanks
Top Bottom