Hi guys, I know I have been posting a lot because trying to get things done before Christmas. But thanks for all the help so far!
I would like to make a query that will be linked to a button on a form, that when clicked will create a copy of the form in a new tab or same tab but show up as another record in the table with the same information. But the only field that changes is the revisions field which default value is 0. I would like this field to add 1, so it would go from 0 to 1, then if revised again, it would go to 2, creating another record in the table. Then there is another field in called test status which is a drop down which value is "Final". I would like this to go to the value "Draft." So basically user clicks the button and it creates the same form all same information but the revision field goes up by one number and the test status goes to draft, which creates a new record in the table the fields are linked too.
Thanks!