How to Create File Dialog Box in Ms Access

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

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

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

    Thank you so much❤
    Could you help me to the command for searching the datas in list box

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

      Listbox tutorial. th-cam.com/video/APQVs3FpebY/w-d-xo.html

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

      By the way, thank you for watching my video.

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

    Life Saver Thank you sooo much you helped me alot

    • @EdcelleJohnGulfan
      @EdcelleJohnGulfan  ปีที่แล้ว

      You're welcome and thanks for watching my videos

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

    Thank you very much for this wonderful effort, but can I add a condition that if the file extension is exclusively pdf, it will give me a pre-defined default image, and if the file extension is image, it will show this image?

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

      Yes. Your criteria will be the file extension.

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

      I got a script in vba
      If Right (Me.file_path, 4) = ".pdf" Then
      Me.PIC_1.Picture = Me.pre_PDF
      Else
      Me.PIC_1.Picture = Me.file_path
      End If
      and this script is working correctly
      thank you very much

  • @josmaitconsult8913
    @josmaitconsult8913 ปีที่แล้ว

    Thanks alot for your video. Can your please with how to transfer a report to a form on the same access database.

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

    Thanks so much brother, but how can I copy/move file, eg excel or image photo from one folder to another? Pls help

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

    Thank you. Paano po kaya maprevent yung double import para di duplicated yung data. Thanks

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

      Sa table property, set to no duplicate.
      2nd option, Before Insert function + dcount function.

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

    👍👍👍👍👍

  • @menkiz123
    @menkiz123 ปีที่แล้ว

    Ok used this methodto seledct pdf files...nice... NOW can you help me to OPEN the pdf file

    • @EdcelleJohnGulfan
      @EdcelleJohnGulfan  ปีที่แล้ว

      Try this. th-cam.com/video/OBhB4500Ka0/w-d-xo.html

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

    Sir what is the VtrSelectItem?

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

      That's a Temporary Variable for Selected item or item to select. The value of that variable will appear in the file dialog box after selecting a file.

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

    We can directly use Application.Filedialog without declaring as dim fd = Filedialog
    With Application.Filedialog (...)
    .
    .
    .
    End with

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

      Yes we have 2 options. The EARLY and LATE BINDING.

  • @yasirkhan-mw1zr
    @yasirkhan-mw1zr 2 ปีที่แล้ว

    Sir in my database I can't found Microsoft Office 16.0 Object library, help me.

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

      What version do you have? any number as long as Microsoft Office ## Object Library.

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

    sir ano itsura ng excel file na inimport?

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

      Sorry hindi ko napakita. Kung ano itsura sa table na UserAccount, yun din sa excel.