Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All

I’m very new to vb.net programming and all of what I have learnt has been self taught.

I’m having difficulty with an aspect of what I would like my application to do and if this is possible.

I require the application to be able to search a database base on a unique code for each product, but be able to type this code into a table like display and once entered a search will happen and fill the rest of the table with the contents from a database that mach the product ID. The user will then be able to enter more products and once finished save the table into an Access db.
The product information is in DBF database.

Thank you for your help and time

Danny
Posted
Updated 19-Jul-11 10:57am
v2
Comments
Joan M 19-Jul-11 17:04pm    
which database are you using? and more important... what do you need? what have you tried and where are you stuck?
DAN9878 19-Jul-11 17:12pm    
Hi thanks for your reply

This application is going to be used as a stock counting app, where the user will add products to a data grid using the product codes and the rest of the product information will inserted into the data grid based on the code.

The products are in a .dbf table, I am able to connect to the database and display the data in the data grid, but I’m showing all products.

Danny

Ps the connection I’m using is OLE DB Visual FoxPro
Joan M 20-Jul-11 2:02am    
And which is your query to the database?

1 solution

You didn't mention the database

vb.net search database[^]
 
Share this answer
 
Comments
Espen Harlinn 19-Jul-11 16:52pm    
That's a few options, my 5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900