Get Window Text (1 Viewer)

giddyhead

Registered User.
Local time
Today, 13:57
Joined
Jul 3, 2014
Messages
88
Hi everyone,

Please help! I want to find a way to grab the text from the window that shows the location of the file using vba in Access. A picture was uploaded for reference. Thanks in advance.

Thanks
 

Attachments

  • picture.PNG
    picture.PNG
    34.4 KB · Views: 99

pr2-eugin

Super Moderator
Local time
Today, 18:57
Joined
Nov 30, 2011
Messages
8,494
So what have you done so far? Used a FileDialog object?
 

giddyhead

Registered User.
Local time
Today, 13:57
Joined
Jul 3, 2014
Messages
88
Pr2-eugin,

This is what I used
DoCmd.OutputTo acOutputReport, "RESPAY PERSONEL FILE TRACKER", "", "", False, "", 0, acExportQualityPrint
and the attachment shows the box that comes up. I want to be able to allow the user to pick a location and want to ask them if they want to open up the file after export. THanks
 

Users who are viewing this thread

Top Bottom