J
jatin chaturvedi
I am using MS Access 2007. I am getting syntax error when I run this query
Select 2A.* from 2A where 2A.[Name]= 'Jatin';
when I run query below, It gives all the result i.e. where clause is not working.
Select 2A.* from 2A where '2A.[Name]= Jatin';
Please help
EggHeadCafe - Software Developer Portal of Choice
Build a C# NotifyIcon BalloonTip Scheduled Outlook Mail Checker
http://www.eggheadcafe.com/tutorial...ef-7dd29b6ae909/build-a-c-notifyicon-bal.aspx
Select 2A.* from 2A where 2A.[Name]= 'Jatin';
when I run query below, It gives all the result i.e. where clause is not working.
Select 2A.* from 2A where '2A.[Name]= Jatin';
Please help
EggHeadCafe - Software Developer Portal of Choice
Build a C# NotifyIcon BalloonTip Scheduled Outlook Mail Checker
http://www.eggheadcafe.com/tutorial...ef-7dd29b6ae909/build-a-c-notifyicon-bal.aspx