@RECORD which identifies how many records are affect by the previous action.
What I want to do is allow a user to run a livereport to re-enable a user.
So I have this SQL in a live report
update kuaf set UserPrivileges = 2063 where Name = %1 and UserPrivileges=2062
Where %1 is a tex box prompt for a username.
However when I run the code although it does update the user, it reports "No records found."
THis I believe is becasue it's not actually returning (Select) any records but I want it to report
1 record but I cannot figure out how to do this.
Hope someone can help 