Search results

  1. C

    Prevent referencing the same control when using IF in VBA

    Hi, Does anyone know a way I can prevent referencing the same control when using the IF function in VBA. The below does not work Private Sub comboboxA_AfterUpdate() If comboboxA = 1 Or 100 Or 24 Then MsgBox "sdffds", vbOKOnly, "dfgdsfg" End If End Sub Whereas the below does work Private Sub...
  2. C

    Could not update, currently locked (Error 3218)

    Hi all, I've built a multi-user (approx 150) data entry split db at work. It's been running fine for about 3 weeks but today I came accross 'could not update; currently locked' error. Each user has a front end stored locally on their c drive & back end on a network drive. The users only have...
  3. C

    Date/Time when new record is saved, not created

    Hi all, Is there a way I can I have a new record store the date & time of completion opposed to the date/time of creation?
  4. C

    Save form data into a different table?

    Hi Guys, I'm attempting to put together a Call Pegging database and myself being a bit of a novice am stuck pretty early on unfortunately. I have a form with 2 combo boxes, combo box 1 = Primary call type, combo box 2 = secondary call type. The combo box values are pulled from 2 seperate...
Back
Top Bottom