Hello All,
I have a situation to which I don't know the best way to do this, can someone please assist me in doing the following.
I have a search that when you search for a spcific item it displays the record in another form named: frmSearch_Results.
Which works fine. Now here is the tricky part...
I need a button that when click will copy the current record to another table named: tblSwap_History. After it copies to the other table I would like to be able to have a combobox that has a list all the records you can choose one and it auto fills the current record items (replacing whats there).
What this does is backup the original record and allows you to search for a record to replace the current record items so basically your doing a Swap.
Example: You have computer A at location 123, you want to backup that current record to tblSwap_history and then search for a new computer B to replace the current record and it autofill the other fields but keeping some fields the same like location.
Any help would be appreciated.
Thanks in advance...
I have a situation to which I don't know the best way to do this, can someone please assist me in doing the following.
I have a search that when you search for a spcific item it displays the record in another form named: frmSearch_Results.
Which works fine. Now here is the tricky part...
I need a button that when click will copy the current record to another table named: tblSwap_History. After it copies to the other table I would like to be able to have a combobox that has a list all the records you can choose one and it auto fills the current record items (replacing whats there).
What this does is backup the original record and allows you to search for a record to replace the current record items so basically your doing a Swap.
Example: You have computer A at location 123, you want to backup that current record to tblSwap_history and then search for a new computer B to replace the current record and it autofill the other fields but keeping some fields the same like location.
Any help would be appreciated.
Thanks in advance...