I am working in Access 2007 and am trying to write an event procedure but my code doesn't execute. For exmaple, I wrote some test code for to execute upon the form loading, i.e., "Private Sub Form...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_231...
I am creating a simple word document that I would like to have prompt the user for certain information and then merge that information into the word document into certain places in the document. ...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Word/...
Her's the code I'm Using.
Sub ReplaceHyperlinks()
Dim h As Hyperlink
Dim intWrksheets As Integer
Const OLD_PATH = "F:" ':: MUST END IN BACKSLASH
Const NEW_PATH = "\\what\I\Changed\TO\" '...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23528135.htm...
Hello.
I am writing a visual basic application using ms-access 2003 and vba, and have this problem:
Whenever I write 'Enum' in the visual basic editor code, ms-access freezes completely and st...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_238...
Microsoft Access Visual Basic help explains how to create a toolbar which can be viewed when in the Visual Basic Editor, and how to create controls to put on the toolbar. But the methods provided ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_23226796....