S
Sharks2431
Guest
Currently, I have 2 forms based upon 1 table. One form is smaller and has mostly the same fields as the other form. Because of this, most of the smaller forms fields go straight into the larger forms fields as well (2 different groups of people use these forms, thats why there are two forms).
Now what I want is to have 2 buttons on the larger main form. I want an "Approve" toggle button, that when pressed, sends all of the data of the current record from the smaller form into a completely seperate table. So, I basically want a button that will send data from a few fields in a form to a new table.
I also want a command "Reject" button. When this button is pressed, the same fields in the larger form are copied over into that same table (Same as Accept Button) but then are deleted from this form.
If anyone wants to know why I have to do this, allow me to explain. There are only a few people who are allowed to see the main, larger form. These people will decide if what the other workers input into the smaller table is correct. If it is correct, it stays on the main form, if its not they want it deleted off that main form. However, whether or not the data is rejected or accepted, they still need a seperate record of the information. That's why I need the seperate table. It may seem unorthodox but I hope there's a way to do it. Any help is appreciated!
Now what I want is to have 2 buttons on the larger main form. I want an "Approve" toggle button, that when pressed, sends all of the data of the current record from the smaller form into a completely seperate table. So, I basically want a button that will send data from a few fields in a form to a new table.
I also want a command "Reject" button. When this button is pressed, the same fields in the larger form are copied over into that same table (Same as Accept Button) but then are deleted from this form.
If anyone wants to know why I have to do this, allow me to explain. There are only a few people who are allowed to see the main, larger form. These people will decide if what the other workers input into the smaller table is correct. If it is correct, it stays on the main form, if its not they want it deleted off that main form. However, whether or not the data is rejected or accepted, they still need a seperate record of the information. That's why I need the seperate table. It may seem unorthodox but I hope there's a way to do it. Any help is appreciated!