HI
I have created an access database and connected to vb.net and its working fine. I have created many tables and created many forms in vb.net. My access table name are as follows.
Bank Accounts
Cash Payments
Cheque Payments
Customer
Opening balance
received cheques
Withdrawal
I have also created vb.net forms with the same name.
My problem is I have created a combo box in my Cash Payments form with data grid view option. Combo box showing all
customer names and if i select an option and saved combo box selected value is not showing on datagridview and not updating in database too. I need help too to resolve this problem and if there is any changes wants to be done in database please mention.
Thank you