-
Sql Select
i have a database that stores information regarding the following
pictureTitle
pictureDescription
pictureOwner
pictureData
I have a form called frmSearch that i want to be able to search the database PICTURES for pictureTitle using a textbox called TEXTBOX1 as the search criteria...But... i want the information to load on a nother form called frmSearchResult in a list box called LISTBOX1
Any ideas all i need is a start i shall paste my code once i have tried a couple more times
thanks
-
Is your question on how to do the search or how to display the result on another form?
-
A hint :
Create your functions in a class file so it becomes resuable and can be called from anywhere from your assembly (your proj) . This solve forms problems .