M mscertified Feb 15, 2008 #1 Is there any way to get the count of updates after running this? strSQL = "UPDATE ..." currentproject.connection.execute strSQL
Is there any way to get the count of updates after running this? strSQL = "UPDATE ..." currentproject.connection.execute strSQL
F fredg Feb 16, 2008 #2 Is there any way to get the count of updates after running this? strSQL = "UPDATE ..." currentproject.connection.execute strSQL Click to expand... Look up the RecordAffected property in VBA help.
Is there any way to get the count of updates after running this? strSQL = "UPDATE ..." currentproject.connection.execute strSQL Click to expand... Look up the RecordAffected property in VBA help.