Hi guys..! I have a search form my inventory system... My problem is how can i display the ones i searched on the data report...
can anyone help me on this..?
Specification of my program:
1. VB6 coding
2. Access Database
Printable View
Hi guys..! I have a search form my inventory system... My problem is how can i display the ones i searched on the data report...
can anyone help me on this..?
Specification of my program:
1. VB6 coding
2. Access Database
Please provide more details and also what code are you using for the searching part ?
Well, the code that i'm using is VB6...
The details are these:
textbox
combo box
data grid
find button
cancel button
ok button
print button
these is the process:
1. typing the what i need to search to the textbox.
2. then, in combo box selecting the key item which is in the access database. example, if i type Horror then i'll select in the combo box the choice is book.
3. after that, all the horror books will be displayed on the datagrid.
4. (problem) print
4. Iterate through each row of the DataGrid and use the Printer object to print the contents.
There's a tutorial on using the Data Grid control here: http://www.vb6.us/tutorials/database...ntrol-tutorial