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 derfloh 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: *

  1. wbwalsh

    OnClick Form1 Opens Form2 - Need Form2 To Open With ID On Form1

    ** I left the first ( off the previous post. The fill on load is working fine... just wanted to show the load code. ** Me.Tbl_VehiclesTableAdapter.Fill(Me.Cards_dbDataSet.tbl_Vehicles)
  2. wbwalsh

    OnClick Form1 Opens Form2 - Need Form2 To Open With ID On Form1

    FYI: This is the load event for Form2 Me.Tbl_VehiclesTableAdapter.Fill Me.Cards_dbDataSet.tbl_Vehicles)
  3. wbwalsh

    OnClick Form1 Opens Form2 - Need Form2 To Open With ID On Form1

    Note: DataGridView is not used in this project. Form1 is bound to table tbl_Offenders (MS Access DB). Form2 is bound to table tbl_Vehicles (MS Access DB). Form1 has a button that opens Form2 as ShowDialog. Currently when Form2 opens all records are showing in a combo box. Form2 functions...

Part and Inventory Search

Back
Top