The Stoat
The Grim Squeaker
- Local time
- Today, 21:50
- Joined
- May 26, 2004
- Messages
- 239
Hello,
I'm running an SQL update query using docmd.runsql(). I've suppressed the alert using docmd.setwarnings false, but i need to know whether or not the query actually updated any records. Is there a way of doing this without creating a querydef and using the records affected property?
Thanks
The Stoat
I'm running an SQL update query using docmd.runsql(). I've suppressed the alert using docmd.setwarnings false, but i need to know whether or not the query actually updated any records. Is there a way of doing this without creating a querydef and using the records affected property?
Thanks
The Stoat