How to Handle VBA Errors in MS Access

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

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

  • @adrianbridge3474
    @adrianbridge3474 2 ปีที่แล้ว +2

    Sean I like your explanation style but I am getting a error code 0. Everything works as it should (I'm exporting a query to Excel). How do I stop this?

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

      Error code 0 is the best of all! It means no error. So, you probably just forgot to put Exit Sub just before your error block. Your code should exit before the error block, if there is no error.

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

      @@seanmackenziedataengineering You are correct Sean. FYI from the UK, living west of Edmonton Alberta, cheers

    • @seanmackenziedataengineering
      @seanmackenziedataengineering  2 ปีที่แล้ว

      @@adrianbridge3474 Welcome aboard!

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

    Excellent explanation.

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

    Hello Sir, how can I open a recordset for a linked table?

    • @seanmackenziedataengineering
      @seanmackenziedataengineering  2 ปีที่แล้ว

      The technique is the same as for a local table. How to Open a RecordSet in Access VBA and Loop Through the Records
      th-cam.com/video/7HckYjH_wg4/w-d-xo.html

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

    Thank You!

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

    Good tutorial, thank you for sharing, Cheers

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

    error access .→accde File Type .] vba projects is correct

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

      You should try to open the accdb version of the application, not the accde version which has many things locked down.