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
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
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