Stored procedures in Access for SQL 2000

T

T

Hi,

I'm trying to execute a stored procedure from Access
forms, but I keep getting the following error...

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

The stored proc looks like this...
Docmd.Openstoredprocedure (delete_table), 1

The only function of the stored proc is to truncate a
table...

Tx!!
 
Top