I'm basing a data retrieval on a form based on a selected row in the MSFlexGrid on the previous form (the form is VBModal, so it is accessible at the time). If the command button is clicked and no row is selected, the form shouldn't load, but if there is a row selected I want the data from that row to perform the query. They "selected row" does give me access to the data...no problem. However, even if there is no row selected, the form is still loaded. I can't find a property to tell me if no row is selected or a way to "force" no row to be so the form won't be loaded. Any suggestions? Even an alternative to the MSFlexGrid would/could be a viable solution. Thx in advance.

Robt.