rupes_mahal
09-12-2001, 02:07 AM
Hi...
Im running this code:
Private Sub SIscore_Click()
Dim strSQL As String
strSQL = "SELECT Bodysys from cal " _
& "WHERE Clin1sub = 'hello'"
Me!SIscore = strSQL
End Sub
What I want this code to do is to bring the 'Bodysys' back to thw SIscore field. But I am getting an error when this is run:
Run-time error '2113'
The value you entered isn't valid for this field.
WHAT AM I DOING WRONG.....PLEASE HELP.....IM REALLY LOSING IT HERE....
thankyou ion advance.
ruby
Im running this code:
Private Sub SIscore_Click()
Dim strSQL As String
strSQL = "SELECT Bodysys from cal " _
& "WHERE Clin1sub = 'hello'"
Me!SIscore = strSQL
End Sub
What I want this code to do is to bring the 'Bodysys' back to thw SIscore field. But I am getting an error when this is run:
Run-time error '2113'
The value you entered isn't valid for this field.
WHAT AM I DOING WRONG.....PLEASE HELP.....IM REALLY LOSING IT HERE....
thankyou ion advance.
ruby