Adam McReynolds
Registered User.
- Local time
- Today, 12:35
- Joined
- Aug 6, 2012
- Messages
- 129
I have a sub form which I use to update data in a table if the user selects the check box. This works fine except that I want to make sure that the user selects a button on the main form, so I want to update those records which have been selected on the sub form with a "Report Created" in my [DeliveryReportStatus] field in the main table, when the user clicks the button on the main form.
I can get it to update a single record, but not all of the check box selected records. I tried an update query but I have had trouble getting it to work. I have also seen some code using a loop of some type on the record set but I do not understand it.
Hopefully someone can push me in the right direction. Any help is appreciated.
I can get it to update a single record, but not all of the check box selected records. I tried an update query but I have had trouble getting it to work. I have also seen some code using a loop of some type on the record set but I do not understand it.
Hopefully someone can push me in the right direction. Any help is appreciated.