Hi,

I found code that can call SQL sp from Access form. But... I need to send xml file as a parameter.
How can I choose the file (from my machine - I didn't find a file select control), and is it possible to send it ?

ALTER PROCEDURE [dbo].[sp_xxx]


@XML AS xml

Thanks in advance.