I use the SYSCMD progress meter. It works just fine, except it lingers after
the sub has finished. Do I need to deallocate it or turn it off in some way?
How?
You need to issue a SysCmd(acSysCmdRemoveMeter) when you're done.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
>I use the SYSCMD progress meter. It works just fine, except it lingers
>after
> the sub has finished. Do I need to deallocate it or turn it off in some
> way?
> How?