for the response, but it didn't work. Here's my code:
Code:
    Dim stTemp As String
    
    stTemp = meStock.Text
    
    RSet stTemp = meStock.Text
I threw the stTemp variable in there because it wouldn't let me do this:
Code:
RSet meStock.Text = meStock.Text
Does anyone know how to do this?