Search results

  1. J

    Where clause is not working

    Hey thanks for your help. I got the solution. I forgot to place the name of table in bracket after where clause. Now it is working fine.:) select 2A.* from 2A where [2A].[Name] = 'jatin';
  2. J

    Where clause is not working

    Syntax error (missing operator) in query expression '2A.[Name] = 'jatin''.
  3. J

    Where clause is not working

    Hi. I am using MS Access 2007.I am getting syntax error, when I execute this query select 2A.* from 2A where 2A.[Name] = 'jatin';
Back
Top Bottom