G
Guest
I'm trying to create an instance of a data row, set it's cells, and pass
this to a function for update. Well, so far this is not working a i'm sure
most of you will know why. What's the correct way to do this.
the dataset exists. I guess i need to know how to create the row?
Dim dr As dsUser.usrRow
dr.usrFName = Me.txtFName.Text
dr.usrLName = Me.txtLname.Text
this to a function for update. Well, so far this is not working a i'm sure
most of you will know why. What's the correct way to do this.
the dataset exists. I guess i need to know how to create the row?
Dim dr As dsUser.usrRow
dr.usrFName = Me.txtFName.Text
dr.usrLName = Me.txtLname.Text