P
Peter Kayser
Hi NG,
I'm looking for a solution to fill different Word-Forms with Access Data.
I would like to customize my routine with data from a table.
Has anybody an idea how to implement somtihng like the following steps
wordapp.selection.MoveRight Unit:=wdCell
to
strExecute = "selection.MoveRight Unit:=" & rst!myfield
wordapp.(execute result from stringhandling)
THX for help
Peter
I'm looking for a solution to fill different Word-Forms with Access Data.
I would like to customize my routine with data from a table.
Has anybody an idea how to implement somtihng like the following steps
wordapp.selection.MoveRight Unit:=wdCell
to
strExecute = "selection.MoveRight Unit:=" & rst!myfield
wordapp.(execute result from stringhandling)
THX for help
Peter