Microsoft Access Tips | How to EDIT Records using VBA Recordsets

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

ความคิดเห็น • 9

  • @wiiiiing
    @wiiiiing 6 หลายเดือนก่อน +1

    Thank you for the video. The code works fine, until I set the openform property to open in dialog mode.
    Besides, I see in your video that the ID field is grey out. May I know if there is any extra setting?

  • @easyspeak101
    @easyspeak101 10 หลายเดือนก่อน

    Thank you! 👍👍

  • @wimschiphorst8541
    @wimschiphorst8541 7 หลายเดือนก่อน

    I saw in your video about adding a new record you made a global module. In this video you make a recordset again. I thought, as you mentioned in te adding a new record video, the point of a glo al module is to be efficient in your coding. Why here building a record set again at the edit onClick button. Is it not possible with some code to call the global module for editing the tabel with the recordset code already excist there?

  • @emilioscaccaglia6134
    @emilioscaccaglia6134 3 หลายเดือนก่อน

    thank's

  • @DrMohamedMostafaElboraie
    @DrMohamedMostafaElboraie 11 หลายเดือนก่อน

    Please make another series access application by vba code ...i wainting for yiu

    • @LoopLearnings
      @LoopLearnings  11 หลายเดือนก่อน

      Sure, very soon !

  • @wimschiphorst8541
    @wimschiphorst8541 11 หลายเดือนก่อน

    I think it is possible to put a code for refresh the form. I think something like. Forms!FormsList!Refresh

    • @LoopLearnings
      @LoopLearnings  11 หลายเดือนก่อน

      Yes it is definitely possible

  • @abhishekdhamanse
    @abhishekdhamanse 5 หลายเดือนก่อน

    Showing Run time Error 3265 with similar
    code