O
OPMCoordinator
Guest
hello
i have spent two days now (on and off) searching for an answer on this one. (the searching itsself actually eclipsed the specific reason for searching this time as i learnt a HEAP of other stuff on the way
)
but i am still stumped on the original question.
I have an SQL server (finally) that i have (finally) figured out how to write and use user-defined functions (and stored procedures) on the server. Along the way i learnt that if you use user-defined functions that are built in access (i think mainly in the where clause of the sql string) that access would not get the sql server to do the processing, but will pull the whole of the table/s accross the network and process locally itsself. that defeats the reasoning behind me getting (finally) the server.
my question is then
Can you use the userdefined functions built on the SQL server in an access front end? (on forms, in reports, in queries, in code etc)
Cheers
Mike C
i have spent two days now (on and off) searching for an answer on this one. (the searching itsself actually eclipsed the specific reason for searching this time as i learnt a HEAP of other stuff on the way

but i am still stumped on the original question.
I have an SQL server (finally) that i have (finally) figured out how to write and use user-defined functions (and stored procedures) on the server. Along the way i learnt that if you use user-defined functions that are built in access (i think mainly in the where clause of the sql string) that access would not get the sql server to do the processing, but will pull the whole of the table/s accross the network and process locally itsself. that defeats the reasoning behind me getting (finally) the server.
my question is then
Can you use the userdefined functions built on the SQL server in an access front end? (on forms, in reports, in queries, in code etc)
Cheers
Mike C