Hi Dan,
Are you having all permit statements or deny statements on your ACL? If all your statements are permit, the last one, hidden, will be deny any any. You can do the following to see
access-list 123 permit ip x.x.x.x 0.0.0.255 any
...
access-list 123 deny ip any any log
HTH,
jerry