I made a page to execute sql statements on a MS-SQL 7 db and an Access db. I'd like to set it up so that if 10 or more records will be affected by UPDATE statements, the user would get some sort of confirmation stating 'Warning- 45 records will be affected' or something similar. I'd like to have the exact amount of records. The user would then click a link or button, and the statement would execute if so desired.
Can this be done?
Can this be done?