|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
i have written a SP to select multiple columns from a table.now how do i
display the same in the corresponding text boxes that i have in my form... If your text boxes are called text1 and text2, then you would say:
text1.Text = RecordSetVar("Column1") text2.Text = RecordSetVar("Column2") Show quote "Smitha" <Smi***@discussions.microsoft.com> wrote in message news:82507647-4C68-45DB-9E84-457938670013@microsoft.com... >i have written a SP to select multiple columns from a table.now how do i > display the same in the corresponding text boxes that i have in my form... |
|||||||||||||||||||||||