When using VBA in Access to loop through a large number of items, I used SysCmd to display the number of items remaining. VB Script doesn't seem to have that ability. Is there any way to show that the system is progressing through the items being processes? (Or is SysCmd is valid for VB Script, how can I use it?)