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

  1. jmcbay

    Easier / More Efficient Way

    Thanks for the help! -- Jackie "Always Learning" McBay
  2. jmcbay

    Easier / More Efficient Way

    Is there an easier & more efficient way to write this code? Private Sub cmdClose_Click() On Error GoTo Err_cmdClose_Click Dim CurrentRow As Integer Dim ctlSource As Control Dim CustID As Integer Dim myRS As Recordset Dim myDB As Database Dim strSQL As String Dim varCriteria As String Dim...
  3. jmcbay

    Recordset Problem for "Mass Update"

    It's adding another record into the table with the changes I made. What am I doing wrong?
  4. jmcbay

    Recordset Problem for "Mass Update"

    I'm trying to create a form that will allow the user to "mass update" multiple customers at the same time. The customers are listed as a list box and the user can multiple select. There are 13 fields on the form that the user can edit and I want any edited fields to be changed on all...

Part and Inventory Search

Back
Top