Recent content by Doga

  1. D

    5941 Error

    I am getting the below error when i am trying use the mail merge function in word application in word 2010 Run-time error '5941': The requested member of the collection does not exist. Code is as below line highlighted in bold is where error occurs: Private Sub MergeMailDoc(as_Path As...
  2. D

    Declaring the variable

    Thanks for your help..................
  3. D

    Declaring the variable

    Basically i want to place access database on different drives for testing purpose. So every time i don't need to change the path in code therefore i am using the above functionality, will it work?
  4. D

    Declaring the variable

    I have to declare Dim currDir As String currDir = Left(CurrentDb.Name, InStrRev(CurrentDb.Name, "\")) where should do it on form or module. I am new to MS Access
Top Bottom