User Profile

Collapse

Profile Sidebar

Collapse
soiderman
soiderman
Last Activity: Jun 21 '14, 08:56 AM
Joined: Jun 21 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • i have used this code

    Code:
        Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            Dim conn As New OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source" & "C:\Users\Me\Desktop\meapp\bin\Debug\members.accdb" & ";Jet OLEDB:Database Password=")
    
            Dim Table_ As String = "Table1"
            Dim query
    ...
    See more | Go to post

    Leave a comment:


  • I want to connect between two columns in two databases

    I am working on a students attendant project I have created two forms each with database , form1 database contain table that has students information and form2 contain table that has the name of the student and weeks of his attendant , Now i want to connect between the name column in form1 database and the name column in form2 so that whatever is added to form1 database is also added to form2 , please help me !
    See more | Go to post
No activity results to display
Show More
Working...