H. Martins wrote:
[Quoted Text] > Marsh, > > In that case I should not allow generation blank or somehow nonsense > records, unless I find some way to force an "Escape". > > > Mike, > > I've tried that before. It works OK but, before applying a recordset, > I couldn't find a way to avoid the "unbound" message in every field. > > Thanks > Henry
You would create the form with recordset equal to a copy of the query you use but without the criteria. In the list box you would change the recordset to the query with the criteria in place.
|