Click here to Skip to main content
15,925,369 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionsomething is wrong in vb.net 2005 Pin
Mack Ait-Aoudia11-Aug-06 10:29
Mack Ait-Aoudia11-Aug-06 10:29 
AnswerRe: something is wrong in vb.net 2005 Pin
Guffa11-Aug-06 12:26
Guffa11-Aug-06 12:26 
Questiondataset -> Ultradatasource Pin
digsy_11-Aug-06 9:16
digsy_11-Aug-06 9:16 
QuestionPrint Office Documents in Background Pin
beer_meister11-Aug-06 6:12
beer_meister11-Aug-06 6:12 
QuestionFolders in Outlook Pin
SelfLoader11-Aug-06 4:53
SelfLoader11-Aug-06 4:53 
AnswerRe: Folders in Outlook Pin
Ray Cassick11-Aug-06 12:03
Ray Cassick11-Aug-06 12:03 
QuestionVB SQL Statement to extract data when comparing two fields in a table [modified] Pin
Solly7411-Aug-06 3:44
Solly7411-Aug-06 3:44 
AnswerRe: VB SQL Statement to extract data when comparing two fields in a table Pin
Corporal Agarn11-Aug-06 7:22
professionalCorporal Agarn11-Aug-06 7:22 
I am not sure what you are asking as your psuedo seems to be in the correct direction. Your query string can be:
"SELECT * FROM ProductPackaging " _
& "WHERE ProductCategory = 'Pasta' AND ProductSize = '20x250g'"
Note that the single quote is for MS SQL Server.
If the Pasta or 20x250g change then just use the value but do not forget the quote mark like:
& "WHERE ProductCategory = '" & txtPCat.text & "' AND ProductSize = '" _
& txtPSiz.text & "'"


Good Luck
djj
GeneralRe: VB SQL Statement to extract data when comparing two fields in a table Pin
Guffa11-Aug-06 10:25
Guffa11-Aug-06 10:25 
GeneralRe: VB SQL Statement to extract data when comparing two fields in a table Pin
Solly7412-Aug-06 4:14
Solly7412-Aug-06 4:14 
QuestionHow to pass values to a pop up web form2 from another webform1 Pin
srinivas_t0111-Aug-06 2:08
srinivas_t0111-Aug-06 2:08 
AnswerRe: How to pass values to a pop up web form2 from another webform1 Pin
Dave Sexton11-Aug-06 2:18
Dave Sexton11-Aug-06 2:18 
AnswerRe: How to pass values to a pop up web form2 from another webform1 Pin
S Pandian11-Aug-06 3:26
S Pandian11-Aug-06 3:26 
GeneralRe: How to pass values to a pop up web form2 from another webform1 Pin
srinivas_t0113-Aug-06 17:58
srinivas_t0113-Aug-06 17:58 
Questionhow to change Crystal Report's Font size at runtime (vb.net) Pin
roitha10-Aug-06 22:33
roitha10-Aug-06 22:33 
Questionchange format date?? how? Pin
campbells10-Aug-06 17:50
campbells10-Aug-06 17:50 
AnswerRe: change format date?? how? Pin
Christian Graus10-Aug-06 20:00
protectorChristian Graus10-Aug-06 20:00 
GeneralRe: change format date?? how? Pin
campbells10-Aug-06 20:30
campbells10-Aug-06 20:30 
AnswerRe: change format date?? how? Pin
Guffa10-Aug-06 22:29
Guffa10-Aug-06 22:29 
QuestionWhich topic I shall go for? Pin
cylix200010-Aug-06 17:45
cylix200010-Aug-06 17:45 
QuestionSending data between programs Pin
mrmathews9910-Aug-06 17:19
mrmathews9910-Aug-06 17:19 
AnswerRe: Sending data between programs Pin
husni.adil10-Aug-06 17:32
husni.adil10-Aug-06 17:32 
QuestionReporting tool Pin
CJotaO10-Aug-06 13:20
CJotaO10-Aug-06 13:20 
QuestionRegExp question Pin
devoeger10-Aug-06 11:13
devoeger10-Aug-06 11:13 
Questionerror in create connection Pin
md_refay10-Aug-06 10:24
md_refay10-Aug-06 10:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.