IF ( textbox1.text="Select EmpID From Advance")
textbox2.text = "select AdvDeduction From Advance WHERE EmpID=textbox1.text AND SNo = MAX"
else
.........
SNo is set to primary key auto increment
any urgent help will b appreciated greatly
thnx
IF ( textbox1.text="Select EmpID From Advance")
textbox2.text = "select AdvDeduction From Advance WHERE EmpID=textbox1.text AND SNo = MAX"
else
.........
SNo is set to primary key auto increment
any urgent help will b appreciated greatly
thnx