I have a function that returns a true or false value based on two input criteria:
Select dbo.fn_RequestAccessByIDID(1, 5) AS Expr1
What I wish to do is to create a module to call this function, as the values alter per user, so I wish to use (d1, d2) as variables and call the module from my forms coding as needed.
Can someone point me in the right direction as I don't know how to create modules.
Thanks
Select dbo.fn_RequestAccessByIDID(1, 5) AS Expr1
What I wish to do is to create a module to call this function, as the values alter per user, so I wish to use (d1, d2) as variables and call the module from my forms coding as needed.
Can someone point me in the right direction as I don't know how to create modules.
Thanks