Microsoft Access Tips | How to EDIT Records using VBA Recordsets

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.พ. 2025

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

  • @wiiiiing
    @wiiiiing 7 หลายเดือนก่อน +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 ปีที่แล้ว +1

    Thank you! 👍👍

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

    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 4 หลายเดือนก่อน

    thank's

  • @DrMohamedMostafaElboraie
    @DrMohamedMostafaElboraie ปีที่แล้ว +1

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

  • @wimschiphorst8541
    @wimschiphorst8541 ปีที่แล้ว +1

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

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

    Showing Run time Error 3265 with similar
    code