Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. donaldmaloney

    Import part of a Word Doc to Access Field

    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...
  2. donaldmaloney

    Find dialog box from access is hidden

    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?
  3. donaldmaloney

    Linked tables have other tables data

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

Part and Inventory Search

Back
Top