Paste a table from MS Word into a Form Field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an OLE Object field in a form of my database. Is it possible to copy
a table from MS Word and Paste it into my form?
 
I'm affraid you can't do that with simple copy & paste operation. You may
need some VBA code.
 
Hi Chipmunk

If you have an ObjectFrame control on the form and it's bound to an OLE
Object field in the underlying table, you can certainly copy and paste a
chunk of a Word document, and the chunk can be or include a table.

But if you want your database to be able to use the data in the Word
table, this isn't the way to go about it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top