G
Guest
I have two forms:
One is a pre-filter form for the other, it uses a list box to give the user the option to choose one, some, or all of the items to return. Once they choose, it sends over the recordsource for the next form so the user can add input to each record.
In the second form, the user can add info to three other fields, after they are finished, each record has a save or delete button afterwards. If they hit delete, it obviously deletes that record. If they hit save, it also obviously saves the record, then moves to the next record. My problem is when it tries to move to the next record when it is at the last record of the filter, it gives an error message that "You can't go to the specified record."
Can anyone help me on this one so it does not give that error? It also doesn't go through my BeforeUpdate for the form but only on the last record? Any help would be greatly appreciated. Thank you,
Steve
One is a pre-filter form for the other, it uses a list box to give the user the option to choose one, some, or all of the items to return. Once they choose, it sends over the recordsource for the next form so the user can add input to each record.
In the second form, the user can add info to three other fields, after they are finished, each record has a save or delete button afterwards. If they hit delete, it obviously deletes that record. If they hit save, it also obviously saves the record, then moves to the next record. My problem is when it tries to move to the next record when it is at the last record of the filter, it gives an error message that "You can't go to the specified record."
Can anyone help me on this one so it does not give that error? It also doesn't go through my BeforeUpdate for the form but only on the last record? Any help would be greatly appreciated. Thank you,
Steve