I agree with Brian about the excess code. OTOH, if they would just bother to use the excess code in the error trap...
Instead of:
MsgBox Err.Description
Resume Exit_Command7_Click
Why not:
MsgBox "Open form : " & stDocName & " reported error: " & vbCrLf & Err.Description
Resume Exit_Command7_Click
I suppose they left that out so if we don't want the extra code there isn't so much to clean up. But then again when you're debugging, you can change the value of stDocName without changing the code. Of course this makes more sense for the Link Criteria. So in that sense, the wizard helps.
OLAP, in case you really don't know, On Line Analytical Processing.
Randall J Weers
Membership Vice President
Pacific NorthWest Access Developers Group
http://www.pnwadg.org