I have an Access application that opens a word document, searches for text and gets the next paragraph and inserts it to an Access field.
I need to be able to do this with Dialog box but the box hides behind the access forms, doesn't show the document and locks up the access application.
I...
In access I open a word document to find text.
Then I use the dialogs box
With Dialogs(wdDialogEditFind)
.Find = strText
.Show
End With
The box hides behind the open form and locks up the application.
How can I open it on top of the active forms?
Help.
I open a form and from a combo box select a vendor table.
Once selected I unlink the vendor table and link to the selected vendor table.
Then I open a subform and query the file to display the fields.
When I go back to the first form and select another vendor. The program (DoCmd) unlinks...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.