User Profile
Collapse
-
As said by vb5prgrmr, use SQL statement in change event of ComboBox. -
Hi erniemack,
Try below code. I hope it should work but i didn't try it.
Replace YOURFORM with the name of Form which contain CustomerSearch Combobox.
Hope this helps...Leave a comment:
-
Hi shuggie,
My answer is Yes as per your qoestion 'can this be done?'.
ThankxLeave a comment:
-
Use below code your question.
Let us not flood this thread with our question and answers add my to your yahoo messenger as kinwang_12.
Thankx...Leave a comment:
-
Use below code your question.
Let us not flood this thread with our question and answers add me to your yahoo messenger as kinwang_12.
Thankx...Leave a comment:
-
Ha ha ha many questions coming from you. Try using below code.
This is the simplest way
Thankx...Leave a comment:
-
Good that I have solved your problem. For your next question I would suggest you to use the below code.
Hope this helps...Leave a comment:
-
Hi vbbb,
Here is my best help. In this example you add one TextBox named Text1, one ListBox named List1 and Command Button named Command1 then in the code section copy and paste my below code. Then only thing left for you is to run it and click Command button.
Hope this helps...Leave a comment:
-
Hi Jerry Maiapu,
I think you are talking about MS Access if so then use my below code.
Hope this helps....Leave a comment:
-
Hi,
Where your form was created? On VB or within MS Access?
ThankxLeave a comment:
-
-
please be more in detail with your question. Do you want to save Registration number in Database? if so then what type of database you prefer?
thankxLeave a comment:
-
-
Hi,
This source code was made to help vishaldalya in DreamInCode.net who have same problem like you. Find the attached Help.
Hope this helps...Leave a comment:
-
Hi,
Use the below attachment to connect to VB6.0 and MS Access.
Hope this helps...Leave a comment:
-
Hi lokcard,
Where you want to create your form. You want to create on access itself or want to create on VB6? I recommend to save your user configuration in a table or any file format so that to can load that configurations whenever needed.
ThanksLeave a comment:
-
Hi Lee123,
It will be my pleasure to explain you all but i find it is bit time consuming. In this regard I advise you to go through Connection string tutorials. If you dont understand that tutorials then I will explain through email or chat.
I feel this connection string in simple and most efficient way to connect to your databases.
ThankxLeave a comment:
-
-
Hi Lee123,
I think you are trying to load from first form to the second form. Your problem will be solved if you load ListItems from Database since you have saved your information in database.
ThanksLeave a comment:
-
Kinwang2009 replied to we put 3 picture boxes, if we select 1 picture it show in another picture boxin Visual BasicHi Shareeka,
I hope you are talking about VB6, Try below codes;
If you have three picbox namely Mangopicbox, Orangepicbox and Applepicbox, when you click on any above Picbox you wan display in one picbox called PicDisplayBox
Code begins
Option Explicit
Private Sub Mangopicbox_Cli ck()
PicDisplayBox.P icture = Mangopicbox.Pic ture
End Sub
Private Sub Orangepicbox_Cl ick()...Leave a comment:
No activity results to display
Show More
Leave a comment: