Home All Groups Group Topic Archive Search About

Export User list to Excel or similar

Author
20 Nov 2008 12:58 AM
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

Author
20 Nov 2008 2:26 PM
Tom van Stiphout
On Wed, 19 Nov 2008 16:58:08 -0800, KevinT
<Kev***@discussions.microsoft.com> wrote:

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



Show quoteHide quote
>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