View Full Version : Passing parameters from combo-box/text field to generate query


nmilani
12-09-2001, 08:28 PM
Hi, this is a question that's probably asked often...but here we go.

All I want to do is generate some queries depending on either the selection(s) users have made from combo-boxes or the text they've entered in a text-field.

So basically the parameters from these text-fields or combo-boxes are passed to the query function (I'm guessing it'll be SQL) and outputted from there...

If anyone can give me a simple answer I'd really appreciate it

Thanks in advance

/Nick

Jack Cowley
12-10-2001, 06:04 AM
This should answer your question:

http://support.microsoft.com/support/kb/articles/Q136/0/62.asp?LN=EN-US&SD=gn&FR=0&qry=q136062&rnk=1&src=DHCS_MSPSS_gn_SRCH&SPR=ACC97

nmilani
12-13-2001, 05:51 PM
Thanks a lot for that.

I'll take the time to read it and hopefully I'll be spitting out the queries in no time.

Thanks again.