Hi ,
I have two data tables one is question (ID , Questions ,Ans1 ,Ans2 are the fields) and other is Ans (ID ,R_Ans are the fields)
Now I want to compare a Row belongs to column Ans1 in question's table to a row belongs to R_ans column in Ans's table.
In short I want cell to cell comparison.If match found then certain activity will happen.
I am using visual studios 2010 ,trying to create windows application.
I didn't use any access , sql ,oracle to create database.
I crated database using visual studios only .I am using vb language
Please provide me solution.
Thank You