I have created a form having one unbound "Date_beg" field and "Update" button. "Update" button runs a StoredProcedure "AppRec" , which appends records to a "tmp_records" table. I have set parameter "param1", which is prompted, when SP is run.
How can I use "Date_beg" field as "param1". Are there any other ways to solve this problem ?
Thanks in advance !
- Mark