I have a series of views the customer will never see, but the program runs repeatedly (1000s of times.) I can create the views in advance or on the fly from a code module, and I'm wondering how much of a speed difference there is. I'd rather execute SQL statements from the code (I'm not on speaking terms with the query designer) but not if it noticeably robs me of performance.