Hi All:
I have having issues with changing values ina recordset and assigning it to a text box. The error message that comes up "object required". basically the Recordset pulls up an ID as a number but before i display it on a form I want to it be more meaningful such that the number can be tied in with names of people. Please suggest some ideas.
Regards,
Info
PS.I have appended the code that does this for your reference
If rs.Fields("Name").Value = "1" Then
Set rs.Fields("Name").Value = "A, B"
End If
I have having issues with changing values ina recordset and assigning it to a text box. The error message that comes up "object required". basically the Recordset pulls up an ID as a number but before i display it on a form I want to it be more meaningful such that the number can be tied in with names of people. Please suggest some ideas.
Regards,
Info
PS.I have appended the code that does this for your reference
If rs.Fields("Name").Value = "1" Then
Set rs.Fields("Name").Value = "A, B"
End If