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 Mike Lewis 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. zawinulfans

    Opening Excel table via ODBC

    Hello everybody, I'm trying to open an Excel file using ODBC with DAO. I already know how to open it without ODBC, but at this moment I need to use ODBC. Dim wrkodbc As DAO.Workspace Dim mycon As DAO.Connection Dim rst As DAO.Recordset Set wrkodbc =...
  2. zawinulfans

    Filling a combobox with data from a remote DB

    Hello everybody, I need to fill programatically a combobox with data from a remote DB. Dim dbs as DAO.Database Dim rst as DAO.Recordset Dim wrk as DAO.Workspace Set dbs = wrk.OpenDatabase("\\fileserver\\datadb.mdb", True) I need to populate a combobox from this remote database. How...
  3. zawinulfans

    Dynamic report

    Hello everybody, I have to create a report based on a table that is created at runtime. The number of fields / records of the table changes at every execution of the runtime. Can you show me some code examples useful to build reports at runtime? Many thanks in advance, all the best. Marco.
  4. zawinulfans

    Dynamic report

    Hello everybody, I have to create a report based on a table that is created at runtime. The number of fields / records of the table changes at every execution of the runtime. Can you show me come code examples useful to build reports at runtime? Many thanks in advance, all the best. Marco.
  5. zawinulfans

    Paradox and Excel?

    There is a very interesting library that shows how to manipulate Excel sheets from Paradox ObjectPAL code. You can see this page: http://www.thedbcommunity.com/news/3rdparty/24.htm Hope this helps, all the best. Marco (Italy)

Part and Inventory Search

Back
Top