SQL Server with Access Articles, tips and tricks
Why you should always use a recordset when executing stored procedures
I've talked about using a recordset with stored procedures before, but this time I wanted to emphasize the importance of always using a recordset when executing a stored procedure from Access VBA. Command Object does not cut it Usually a programmer will use a command object to execute a stored proce [...]