Search results

  1. C

    Runtime error 2147217900 (80040e14)

    Hi guys, I do have a huge problem with my db, I try to run a code, but I don't know why it comes up a runtime error 2147217900 (80040e14) I've been looking for days for a solution, I tried to check on the internet, and someone (also in this forum) had this problem. Even if I try, I can't see...
  2. C

    msg box that runs a code

    Hi guys, I have a little problem in creating a msg box that then activate a code How can I do? I was doing Private Sub Chiusura_Pratica_Click() MsgBox "Bla Bla Bla " _ VbMsgBoxStyle.vbYesNo If Response = vbYes Then Me.Stato.Value = "A Scadere" Me.Assegnato_a.Value...
  3. C

    How to link a combobox value to two single events

    Hi guys, I explain briefly what is my task, When the user selects a different name from the list, I would like to link it automatically with the current Date() . I want to do it for every single name of the field so that in case I need, it would be possible to track for how many days that...
Back
Top Bottom