I am coding an database application where I need to open 4 different Comboboxes at the same time. When I run the program it deletes all of the records in my database for each table. That is that is erases the information in the fields and puts blanks lines in it. Here is the code that I am...
When ever I run the following code I get the runtime error. The field Device Id is an auto number field and the error points to the Do.Private Sub cmdEditRecord_Click()
Private Sub cmdEditRecord_Click()
Dim intDeviceID As Integer
If Me.lstDevices.ListIndex = -1 Then
MsgBox...
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.