assigning recorrdset value to a textbox

I

Italian Pete

Hi,
I have a stored procedure which returns a single value, assigned toa
recordset variable, rst. I want to put this value into a textbox on an Access
Project form. However, txtbx.value = rst doesn't work.

Am I right in thinking that I have to convert the rst value into a string
(or other compatible form for the text box value), and if so, how do I do
this?

many thanks,

Pete
 
Top