Setting value to multiple records included in a report
I have a list box where I can select more than 1 record and a Email command button that opens up a report with just those records selected from the list box. After sending this report using the SendObject command, I want to programmatically set the value of a field called "Notified" to "Yes" or "-1" on those records included in the report. (By setting this value on those records, they will be excluded from the list box). I have no problem setting the value if I use a continuous form to select the records to email. I prefer using a list box with multiple selection.
Any help will be appreciated.:)
Fred