subform selected items

spinkung

Registered User.
Local time
Today, 23:00
Joined
Dec 4, 2006
Messages
267
hi

probably going to get grief for this but here goes....

i have 2 questions :)

question 1
firstly is is possible to have a subform that you can use ctrl + mouse click to select multiple (non-continuous) records?

question 2
for the lines selected in my subform i want to be able to delete them from the table using a button called 'remove'. How do i

a) loop through the subform to remove selected lines or
b) put the selected data into a recordset i can use

thanks.
 
Why not simply add a check box to your table, then delete all records from the table where the check box = True?
 
very pleasing. :)

thanks
 

Users who are viewing this thread

Back
Top Bottom