Use Access module in SQL view

D

Douglas J. Steele

You can't. SQL doesn't know anything about VBA.

Depending on what version of SQL Server you're using, you can create your
own functions there in T-SQL Take a look in BOL starting under CREATE
FUNCTION.
 
S

SF

Thanks.

SF
Douglas J. Steele said:
You can't. SQL doesn't know anything about VBA.

Depending on what version of SQL Server you're using, you can create your
own functions there in T-SQL Take a look in BOL starting under CREATE
FUNCTION.
 
G

Guest

Please tell us what you're trying to do.

There are pretty straight-forward replacements in most sitations.

like instead of using IIF, you use SELECT CASE, etc
 

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