Count Number of Records Selected in Subform

T

terri

Is there anyway to determine how many records are selected via the
recordselector?

I want to limit the user to be able to delete only one record at a time.

Thanks!
 
T

terri

I found what I needed -- the form's SelHeight property returns the number of
rows selected.
 
Top