J
JensB
This might be a question between more groups, but I hope someone know how to
deal with it.
I got a lot of Word documents stored in an Access database, as OLE Objects,
and retrieve them by vb.net
when a user select some items on UI, the related WORD text(object) in the
database is placed by
copy paste to a temporary document, and from there to the new main document,
done by vb.net code.
So far so good.
As a developer I just edit the OLE-Object by double-clicking on the
database cell, and words open, I can then edit the document.
After editing , open menu File and select "Close and return to myTablename",
and my newly edited text are saved.
My question is how to enable an admin user, to maintain text changes in the
database, not accessing it directly, but using vb.net?
Users should not have un-controlled access to the database, as it contain
several coloums with different languages,
and the admin should only have access to his own country language.
the database is therefore secured with a workgroupfile.
I know how to retrieve to Ole-Object in vb.net, but not how place them back
again.
Jens
deal with it.
I got a lot of Word documents stored in an Access database, as OLE Objects,
and retrieve them by vb.net
when a user select some items on UI, the related WORD text(object) in the
database is placed by
copy paste to a temporary document, and from there to the new main document,
done by vb.net code.
So far so good.
As a developer I just edit the OLE-Object by double-clicking on the
database cell, and words open, I can then edit the document.
After editing , open menu File and select "Close and return to myTablename",
and my newly edited text are saved.
My question is how to enable an admin user, to maintain text changes in the
database, not accessing it directly, but using vb.net?
Users should not have un-controlled access to the database, as it contain
several coloums with different languages,
and the admin should only have access to his own country language.
the database is therefore secured with a workgroupfile.
I know how to retrieve to Ole-Object in vb.net, but not how place them back
again.
Jens