How to make this variable ?

Soulfly

New member
Local time
Yesterday, 23:51
Joined
Sep 13, 2006
Messages
9
Hello there,

I'm filling an word document from an access database, therefore i use bookmarks. My export has a lot of field so I use a loop to fill it, but I''m getting in trouble witht the filling of an acces element...

here's the code line

Code:
.activedocument.bookmarks(item).range = me."variable"

I have all items in a array (item) and the me.txtcity has to become a me."variable"

Can anyone tell me how to accomplish this?

Thank you
 

Users who are viewing this thread

Back
Top Bottom