edit unbound control on a form base on stored procedure

S

Souris

I wanted to be able edit my data on the unbound control on a form base on a
stored procedure.

I have a form called Myform which base on my stored procedure like
"SELEC * FROM MyTable"

I want to have a list control to let user add comments and have a button
save button to save user's new comments.

I place a unbound list box on MyForm, but it seems that Access does not let
me edit any control even unbound controls.

Is it possible to do this method?
Any information is great appreciated,
 
Top