Adotable.Locate(A,B,[]);
Qryupdatenote.SQL.Add('Update GiftAid');
Qryupdatenote.SQL.Add('Set LetterNote = ''1''');
Qryupdatenote.ExecSQL;
I want it to update WHERE the ADotable is currently at (Ie the located row). Is it possible to do this? I dont want to have to do another piece of code where I have to search for it, that will be inefficient.
Thanks!
and no, I can't do:
Qryupdatenote.SQL.Add(' Where A = ''B''');
Since in my program I am actually using the adotable 1st, and a while loop with the adotable.next function. I want it to look at the currently highlighted row. Possible?
Thanks
Bump?
Something like this:
http://publib.boulde...rbafycurs5a.htm
But I dont know what my cursor name is called...
any help pleeeassse :D
Edited by Vswe, 15 March 2010 - 03:06 AM.


Sign In
Create Account


Back to top










