Is it possible?

J

Joe Esak

In an Access project, is it possible in a SQL Server stored procedure or
trigger to refer to an Access intrinsic function (like
Val([expression...])), or a user defined function in a code module?

Thanks,
Joe
 
J

J. Clay

No. SQL Works independent. Your only option is sending parameters from
Access when calling the SP.

J. Clay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top