Re: How do I execute a stored procedure



Thanks again Alex,

I got this to work:

IDCheck = InputBox("Please enter the Case ID you wish to search for.",
"Search")

DoCmd.ApplyFilter , "Cases.ID=" & IDCheck

--
Message posted via http://www.accessmonster.com
.