I have an Orders form which has on it a field which is a tick box which is ticked if there is nothing left outstanding on the order - ie if it has been sent and if it has been paid for.
I would like it that when an order is signed off, a user cannot accidentally change any of the information in it. The best thing for this would be if the form's Recordset Type property changed to snapshot automatically.
I tried this by using a macro but when the tick box is ticked, the form changes to snapshot and then re-queries, and in so doing going back to the first record in the query.
Is there a way to stop it going back to the first record, or is there a better way to achieve what I have described above?
I would like it that when an order is signed off, a user cannot accidentally change any of the information in it. The best thing for this would be if the form's Recordset Type property changed to snapshot automatically.
I tried this by using a macro but when the tick box is ticked, the form changes to snapshot and then re-queries, and in so doing going back to the first record in the query.
Is there a way to stop it going back to the first record, or is there a better way to achieve what I have described above?