Is it possible?

  • Thread starter Thread starter Joe Esak
  • Start date Start date
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
 
No. SQL Works independent. Your only option is sending parameters from
Access when calling the SP.

J. Clay
 
Back
Top