Tips and tricks for .NET using ASP and VB code.

Add an S if more than one record is found.

MsgBox(Table1.Rows.Count & " Record" & IIf(Table1.Rows.Count > 1, "s", "") & " found.")

No comments:

Post a Comment

Search This Blog