I have a parameter form that feeds the memberID to a query, the query result is displayed in another form. If the memberID is not found in the query the resulting form is blank. I would like to display a label (or message box) that says "Member Not Found" instead of just a blank form result. I've tried to check if MemID object is null upon opening the resulting form, but that didn't work. I'm sure I have to check for null on the query, but code the event on the form. Does anyone know how I should code this event?