Accessing selected datasheet records

J

JonWayn

How do I delete the records selected in a datasheet subform (when there are
more than 1 records selected)?

Thank you
 
P

pete

-----Original Message-----
How do I delete the records selected in a datasheet subform (when there are
more than 1 records selected)?

Thank you


.if you highlight a block of records in the subform (by
highlighting the "arrow" column to the left of each
record), you should be able to hit the Delete key the same
as you do for a single record. i don't know how to do this
programatically.
 
Top