i have a command button that will send out an email for a specified record. i would like to use the same button to remove that record from the table/form and also add it to another table(history table). i am thinking that i might have to have an append query(to history table) and also a delete query??? maybe a macro would be something to use? in short: i want the cmdSendEmail button to send out the email, add the record to a history table, and also delete the record from the current form/table with just one click and without having to hit "ok" a bunch of times.
any suggestions on how i should go about doing this.
thanks!
any suggestions on how i should go about doing this.
thanks!