Search results

  1. C

    Runtime error 2147217900 (80040e14)

    yes is the table name.... no i don't have anything similar nor equal to this
  2. C

    Runtime error 2147217900 (80040e14)

    Still doesn't work... on the runtime error it says that 'datepratiche is not a valid name, but I don't really understand what to do, I also put it in square brackets... where am I wrong?
  3. 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...
  4. C

    How to link a combobox value to two single events

    I cant isnert any immage.. don't know why
  5. C

    How to link a combobox value to two single events

    thanks for your reply Cronk, Ok i'll enclose you an immage of the mask, as you can see the purple part is the one of the anagraphic values, there is the ID then the name of the firm and then the money, in the Blue part there is the status of the procedure that consist in Scad-- which means...
  6. C

    How to link a combobox value to two single events

    I used a very plan structure... i move from one to each other through a mask and some navigation arrows. I've added a botton to search the ID , and field for any note or description... but a simple structure... The combobox fields are linked to a table... nothing more tell me if I do need to...
  7. C

    How to link a combobox value to two single events

    Ok so i will be more detailed: -ID- personal number of each firms that we work with -Name- Name of the Firm -Status of the procedure- (the combobox I told you before with the 4 status: Updated(when a firm is renovated with us) In process(druing the procedure of renovation, it last a few weeks...
  8. C

    How to link a combobox value to two single events

    Up to now I have just one table in which i've inserted two new columns that are (date of beginning "in process"--> this is triggered by an automatic event that on click put the date()) and the second column is date of ending "In process" (which unfortunately I don't know how to trigger) However...
  9. C

    How to link a combobox value to two single events

    basically i need to monitor when a single status begins and when it ends...
  10. C

    How to link a combobox value to two single events

    First of all really thanks for your reply and sorry for my bad explanation, anyway Yes it is similar to the first case you listed… I try to explain you better I have a combobox with 4 status , these are the status of some working procedures and are_ Updated In process Revoked...
  11. C

    How to link a combobox value to two single events

    nobody can help me?
  12. C

    msg box that runs a code

    Thank you so much... the second one worked perfectly!
  13. 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...
  14. C

    How to link a combobox value to two single events

    Hey guys this is the most similar stuff I found on the internet, also this guy had troubles in monitoring the date of the combobox change : http: //stackoverflow.com/questions/17625009/take-the-current-value-of-a-list-combo-box-and-date-field-and-copy-to-another-ta
  15. 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