Good day:
I'm attempting to open a mail-merge Word document from Access switchboard. Can run module from VBA window successfully, but Switchboard will not. Sometime, I get an error that the database is locked by me and wants a user name and password. It defaults the user name to 'Admin'. This database is intended for use by other users within the department.
Public Sub LTR_ExpireWarning()
Application.FollowHyperlink "G:\PUBLIC\REHAB\FORM_LTR_RehabsAboutToExpire.docx"
End Sub
The mail-merge uses data from a table in the database from which the switchboard is run.
I'm running 64-bit Windows 7. Office 2010, but the database is still 2003 version.
Thank you for your time.
Best regards
Steven
I'm attempting to open a mail-merge Word document from Access switchboard. Can run module from VBA window successfully, but Switchboard will not. Sometime, I get an error that the database is locked by me and wants a user name and password. It defaults the user name to 'Admin'. This database is intended for use by other users within the department.
Public Sub LTR_ExpireWarning()
Application.FollowHyperlink "G:\PUBLIC\REHAB\FORM_LTR_RehabsAboutToExpire.docx"
End Sub
The mail-merge uses data from a table in the database from which the switchboard is run.
I'm running 64-bit Windows 7. Office 2010, but the database is still 2003 version.
Thank you for your time.
Best regards
Steven