Recent content by Valentino54

  1. V

    Solved DoCmd.GoToRecord doesn't take me to the requested record

    Well, I opted for CheekyBudda's solution! I think it was the easiest way of doing it. Many thanks to everybody for suggesions! Well appreciated.
  2. V

    Solved DoCmd.GoToRecord doesn't take me to the requested record

    Wow!! A lot of suggestions to work on! Many thanks to everybody!! By the way, here is the code I wrote. I know, a bit confusing, but what matters for a novice... Hopefully it works... I will post which solution I used later on. Thanks again
  3. V

    Solved DoCmd.GoToRecord doesn't take me to the requested record

    No, I believe not. There is a Form used to add a new record to Table "A". Depending on the value I get from a Option Group I need to set a Checkbox in Table "B"from False to True. Therefore I open a new recordset "rstEsclusione" just to do that. Before that I Close the previous opened recordset .
  4. V

    Solved DoCmd.GoToRecord doesn't take me to the requested record

    Hi, need a little help. I've got the following code where the DoCmd.GoToRecord stops the flow whit runtime error 2493. I tried diffferent ways to write it but couldn't sort it out. I need to open a Table, find a specified record and modify the value of a check box. Is there a syntax error...
  5. V

    Moving Names back and forth between two listboxes

    It works already by tiping the name's initial...
  6. V

    Moving Names back and forth between two listboxes

    Dont worry about the multiselection... It was just a suggestion... The more you get, the more you want! :geek:(y) The arrows still do not work on the right listbox, but never mind, I can work with it anyway. It's just a nice to have. Many thanks for help and for your time. I really appreciated...
  7. V

    Moving Names back and forth between two listboxes

    Hi, I just noted that in your code there might be a bug. By clicking on a name on the left listbox I’m able to scroll up and down with the arrows. On the right side instead, by tapping the arrows the cursor jumps back to the left side. It might also be useful to make multiselection with the...
  8. V

    Moving Names back and forth between two listboxes

    Many thanks!! It's amazing!! It works great! I understand that being a novice there is a lot to be learned! :eek::cool: There is just one more thing... I tried to change the label on the left list but it did not work. Is there any way to do it? Sorry, I just fixed it! Slowly slowly I begin to...
  9. V

    Moving Names back and forth between two listboxes

    Hi, I followed your suggestion and it works... Thanks
  10. V

    Moving Names back and forth between two listboxes

    Hi MajP, many thanks for your suggestion, I appreciated it very much. But looking at all the code involved in your solution I tried to make it a bit simpler. I attach the solution I wrote. What do you think about? Is there any issue that might cause instability in the process? I guess all...
  11. V

    Moving Names back and forth between two listboxes

    Hi all, here I am with my first question... The idea is to have two listboxes (lstboxA and lstboxB) on a form. Both listboxes have two columns, where column one is a text field and the second column is a check box. In lstboxA, the checkbox's value is True, in lstBoxB, instead, is False. By...
  12. V

    Hallo everybody

    In these difficult times, where we need to stay at home, I just started a new challenge, that means trying to develop small applications which could be useful for some friends of mine. I'm happily retired so today I have plenty of time to learn. I hope not to bother people with occasional...
Top Bottom