Run the passed SQL, returning False if an error occurred.
Uses the database Execute() method, known to be more reliable than the Docmd.RunSQL method, and supports running against databases other than the current one.
The SQL to execute
Don't display an error if it occurs, just return False
Print the SQL as part of the error message if an error occurs
xf.DbConnect.RunSQL "UPDATE Products SET Price=23.4 WHERE ProductID=34"