I have a form for deleting records that I need some help with.
the main form has an unbound text box that is used to enter reciept numbers (comma delimited).
A submit button that run a SQL stored procedure using the input recipt numbers.
what i need to know how to do is, how do I return the resultset to a subform that allows the user to check a box next to each entry confirming what they intend to delete?
Thanks
John Fuhrman
the main form has an unbound text box that is used to enter reciept numbers (comma delimited).
A submit button that run a SQL stored procedure using the input recipt numbers.
what i need to know how to do is, how do I return the resultset to a subform that allows the user to check a box next to each entry confirming what they intend to delete?
Thanks
John Fuhrman