Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

getting a value out of sql server into a textbox

Status
Not open for further replies.

slowface

Programmer
Jul 7, 2003
6
BE
hi there,

I just started experimenting with access (97) for developping a client application, connected with an ms sql server (2000).
I would like to limit all communications with sql server via pass-through-queries.
Thanx to this site and posted questions here I already figured out how to get data into the database and out of it again using access forms.

Now i made a query that returned a single string as result.
I want this string into a textbox, let's say 'txtBox1'.
Can any of you please tell me what's the best way to make this happen? I have been trying all day and did not get very far by now....:S...

thx...
 
Hi

I had a similar need and found the answer in this thread
thread702-555365 that will help.

MrBelfry
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top