|
-
Feb 25th, 2004, 06:34 AM
#1
Thread Starter
Addicted Member
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
-
Feb 25th, 2004, 08:53 AM
#2
Frenzied Member
Is your question on how to do the search or how to display the result on another form?
-
Feb 25th, 2004, 11:54 AM
#3
Sleep mode
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 .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|