hello friends
I am to ms access . I have a table with three columns ID, Fname , Lname . I have created a form in designer with sub form with three combo boxes bound to that table. I want to populate Fname , Lname when I select ID field . I have placed the query into row source of a combo box...
Thank you so much for your reply. I have not tried yet but I would like to know would the text box input populate main tables field with equal row of sub form records?
hi
I am new to ms access.I have created a form in designer and added a sub form to it with source object to a table. I want to add multiple records from sub form to table. I have two fields name date and entry no # in which I will input same values in multiple rows. I would like to know if I add...
Hi
I have two tables with column A and column B. I want to update column B of table9 with column B of table1 .
table1
A | B
----|----
10 |12
14 |16
table9
A | B
----|----
1 |3
2 |4
I am trying this query in ms access from Vb.net. It pastes the column below the existing data
update table1...
I am new to c# .I am having trouble to add a datagridview in the below code. can someone tell me how to do it?
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Data.SqlServerCe;
using System.Drawing;
using System.Linq;
using...
Hi friends
I am new to using datagridview ,I am trying to learn how to add an expression column in datagridview .can someone tell me why the total column gives me wrong out put ?
Dim dt As New DataTable
dt.Columns.Add("col1")
dt.Columns.Add("col2")...
I am new to vb.net .
I have tables with different names but same columns name.I would like to know how do i insert text box values into combobox selected table ?
any bit of info would be helpful
Private Sub Form1_Load(ByVal sender As Object, _
ByVal e As EventArgs) Handles MyBase.Load...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.