assigning recorrdset value to a textbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Back
Top