Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rony01
  • Content: Threads
  • Order by date
  1. rony01

    Dependent combo box in sub form

    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...
  2. rony01

    populating form and subforms input into same table

    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...
  3. rony01

    update columns between two tables

    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...
  4. rony01

    query output in datagridview

    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...
  5. rony01

    Expression column in datagridview

    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")...
  6. rony01

    insert text box value into combobox selected table

    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...

Part and Inventory Search

Back
Top