D
David C. Holley
I'm starting to play with using the EXECUTE method of the DB object. In
the current sub that I'm working on the statement
CurrentDb.Execute strSQL, dbFailOnError
does not appear to be executing the SQL Statement contained within the
[strSQL] variable.
1. I have confirmed that the statement functions properly as I have run
it using DoCmd.RunSQL
2. I have confirmed that the .Execute statement isn't working as
expected in that the .RecordsAffected property is 0 and the field values
in the underlying table have not been altered.
David H
the current sub that I'm working on the statement
CurrentDb.Execute strSQL, dbFailOnError
does not appear to be executing the SQL Statement contained within the
[strSQL] variable.
1. I have confirmed that the statement functions properly as I have run
it using DoCmd.RunSQL
2. I have confirmed that the .Execute statement isn't working as
expected in that the .RecordsAffected property is 0 and the field values
in the underlying table have not been altered.
David H