I have a command button on a form with an event procedure that fires off a stored proc that updates any records whose value is "Promised" to "Broken Promise" if they do not pay by the PromiseDate value.. it then opens a form which allows them to buiild the criteria for reports.
The problem is that if there are no records to update, a pop-up with the following text occurs and I'd like to learn how to suppress it.
"The stored procedure executed successfully but did not return records."
Anyone??
Thanks,
Steve
---------------------------------------
IF WebApplicationProgrammer = True Then
ElectronicSheepHerder = True
End If
The problem is that if there are no records to update, a pop-up with the following text occurs and I'd like to learn how to suppress it.
"The stored procedure executed successfully but did not return records."
Anyone??
Thanks,
Steve
---------------------------------------
IF WebApplicationProgrammer = True Then
ElectronicSheepHerder = True
End If