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