ACCESS 2000 PARAMETER QUERY

  • Thread starter Thread starter Gregg
  • Start date Start date
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.
 
Sorry, not in a Query. A Query simply returns a Recordset which can simply
be an empty row.
 
Back
Top