I have an issue that I can't seem to figure out. I have a form with a check box (indicating "yes") that I need to perform the following functions when it is checked.
1. Move selected data from "table 1" to "table 2" (I have accomplished this with an Append Query)
2. Delete that record from "table 1". (I have accomplished this with a Delete Query)
3. Open a new form to that specific record from "table 2"
I would like all of this accomplished with a single click of the mouse when the check box is checked. Any ideas?
1. Move selected data from "table 1" to "table 2" (I have accomplished this with an Append Query)
2. Delete that record from "table 1". (I have accomplished this with a Delete Query)
3. Open a new form to that specific record from "table 2"
I would like all of this accomplished with a single click of the mouse when the check box is checked. Any ideas?