“Save as…” dialog box in MSAccess vba: how?

后端 未结 2 1252
太阳男子
太阳男子 2020-12-18 17:27

In MSAccess I\'ve a mask with a button. When the user clicks on the button, the data in a table are exported on a .txt file:

Private Sub Command_Click()
Dim          


        
2条回答
  •  一整个雨季
    2020-12-18 18:31

    For an API solution see here : http://access.mvps.org/access/api/api0001.htm

    Works well for me. Simply copy and paste in a new module.

提交回复
热议问题