Click here to Skip to main content
15,881,813 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm using CRUD operation where the user needs to fill up their description, price, and select an item from combobox and after selecting it, they will press the add button and from the datagridview, their information and select data in combobox will show. Can you help me with this kind of problem? Thankyou.

What I have tried:

-STILL WORKING IT BUT I DON'T KNOW HOW TO START-
Posted
Updated 31-Oct-22 6:48am
Comments
Richard Deeming 31-Oct-22 11:44am    
There's a secret error somewhere in your secret code. You need to fix that.

Seriously, nobody can help you fix a problem you haven't described in code we cannot see, running on a system we cannot access.

Click the green "Improve question" link and update your question to include a clear and complete description of what you are trying to do, what you have tried, and where you are stuck. Include the relevant parts of your code, and the full details of any errors.

1 solution

This Codproject article may be a useful starting point : Insert, Update, Delete & Search Values in MS Access 2003 with VB.NET 2005[^]

Or refer to Solution 2 of this post CURD vb.net with access[^]

For using the controls you mention - here are the references
ComboBox Class (System.Windows.Forms) | Microsoft Learn[^]
DataGridView Class (System.Windows.Forms) | Microsoft Learn[^]

When you have written some code, do come back if you get stuck and have any specfic questions, we will do our best to help.
 
Share this answer
 

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