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

    MS Word Functionality in a VB App

    I have done something which may be similiar to what you are trying to do. I have a VB app that uses Word functionality. Basically we have a database that among other things we use to create form letters which I use Word to do. I create an object of Word Basic in my VB app and using it I can...
  2. PSchiele

    How do you import a Specification from another DB

    RonB,<br> <br> You must choose the database that you will be importing from. Then in the dialog box that shows the list of tables, queries, etc. to choose there is an options button on the bottom.
  3. PSchiele

    Open report and filter in VBA

    If your code is written exactly as you have it listed in your message, I believe all you did was forget to wrap single quotes around your variable. You will need to do this since BatchNo is of type string. If it should be a number, change your declaration statement or if it is indeed a string...
  4. PSchiele

    Find the directory where your MDB is

    I believe you could also use code that looks like this:<br> <br> Dim sVariable as String<br> <br> sVariable = DBEngine(0).Databases(0).Name
  5. PSchiele

    Access 97 and Access 95 Link Tables, etc...

    jimihndrks,<br> <br> Don't know if you are still looking for help on this problem. I have done the same thing you are trying to do, and it works fine. May seem like a silly question, but did you link the table or import it? Obviously linking is what you want to do.

Part and Inventory Search

Back
Top