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