ACCESS 2000 PARAMETER QUERY

G

Gregg

How do you make an Access 2000 parameter return a msg like
"No Records Found" if in fact there are no matching data
for the input data? Normally, Access returns a blank
record to indicate no records found.
 
V

Van T. Dinh

Sorry, not in a Query. A Query simply returns a Recordset which can simply
be an empty row.
 
Top