Filling a combobox with data from a remote DB

Z

Zawinulfans

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 can I do?

Many thanks in advance, all the best.

Marco (from Italy).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top