SQL Stored Procedures in VBA

T

Tobie

Hi,

I have an Access 2000 frontend pointing to a SQL 2000
database, where I want to execute a SQL stored procedure
in VBA to truncate a table.

The following error comes up...

Run-time error '2495'
The action or method requires a Table Name argument.

Thanks!!
 
Top