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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.