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 Chris Miller 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: BMT
  • Order by date
  1. BMT

    Pop-up Display of DBGrid Row

    Private Sub msflexgrid_EnterCell() load form If MSFlex.Rows >= 2 Then Call NewCurrent form.TxtCatNbr.Text =form.MSFlexGrid.TextMatrix(MSFlexGrid.Row, 1) for every text field you want populated you will need to do the above statement. The 1 is where the field is in the row. So if you...

Part and Inventory Search

Back
Top