Export User list to Excel or similar

K

KevinT

Hi,

Is there anyway I can export the Users names list from a MDW file to an
Excel file.
I know I can print the list out, but there does not appear anyway I can
export it.

I need to do this for licensing issues.

TIA,

Kevin
 
T

Tom van Stiphout

On Wed, 19 Nov 2008 16:58:08 -0800, KevinT

An MDW is an MDB, so you can have a linked table to the important
information, and then run DoCmd.TransferSpreadsheet on it.

There also is a DLL to get this data, if you want to do it the hard
way.

-Tom.
Microsoft Access MVP
 

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