LSW
04-19-2004, 01:50 AM
Hi there,
I have read a thread by arnax asking a similar question but there is no reply yet, so I have created this thread.
Below is my code:
DataControl.RecordSource = "select * from TestAnsBank where TestId=2 AND TestNo= " & numArr(textBoxIndex) & ""
How do I put the searched text into a variable? Thanks a lot! :)
I have read a thread by arnax asking a similar question but there is no reply yet, so I have created this thread.
Below is my code:
DataControl.RecordSource = "select * from TestAnsBank where TestId=2 AND TestNo= " & numArr(textBoxIndex) & ""
How do I put the searched text into a variable? Thanks a lot! :)