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

    Create New Table

    Yes, that was the forest I couldn't see! Thanks. I change the code accordingly, it works to add the table, but same error when accessing it afterwards. So I closed the DAO object then reopened it after the create and it works fine. Assume there is some form of 'refresh' that needs doing!
  2. trevor3208

    Print Form Text Resolution

    That is because text box has its own background plus surrounding borders (3d effect stuff). All of this is printed as a graphical image at low resolution. The label fld typically is just straight text and 'cleaner' to print graphically, especially on the white paper background.
  3. trevor3208

    Create New Table

    I am using VB6 and need to create a new table in an existing Access 2003 database. The current application is using DAO 3.6 to perform all the other function without problems. I did a search and found a piece of sample code to do what I need, but it uses ADO. Anyway, I implemented it and was...

Part and Inventory Search

Back
Top