problem with wordmerge -db

GaryPanic

Smoke me a Kipper,Skipper
Local time
Today, 05:15
Joined
Nov 8, 2005
Messages
3,309
Guys - this is a d/b with super easy mail merge function in it - i have followed instructions but the "£@@@?!! is playing ball.

what youa re meant to do is just buld a button with one line of code - import two forms and two modules and - hey presto ...
anyone got any ideas or am /I being a muppet...

I have done as per the guild but throws a wobble ..
thoughts

regards
gp
 

Attachments

your attachment works for me. what seems to be the problem?
 
import the two modules and the two forms then try it ...(import it into a fresh D/base )
 
import the two modules and the two forms then try it ...(import it into a fresh D/base )

After importing I did get a compile error refering to


' build our merge file, and write a "csv" file to disk

Dim strDirPath As String ' full path name to working dir
Dim OneField As DAO.Field ' dao code
Dim strFields As String
Dim strData As String
Dim intFile As Integer

I had to go in on the references and click on the Microsoft DAO 3.6 Object library. I had the 3.5 but chose the higher of the two.
 

Users who are viewing this thread

Back
Top Bottom