PapaWhiskey
New member
- Local time
- Today, 06:08
- Joined
- Jan 14, 2009
- Messages
- 6
I am new to access, and need a little help with this project I am working on for work.
I want to be able to move an entire record from tbl_data to tbl_oldData and to clear out all information in the tbl_data record, except the primary key (str_box) when the user clicks a button.
I would try to keep the records in the same DB, however the Primary Key in tbl_data (str_box) is a needed number for information for the current and old customers, also the old customer's information needs to be kept for 1 year, 1 month and the 1st.
I am spinning my wheels on this one; any help would be greatly appreciated
I want to be able to move an entire record from tbl_data to tbl_oldData and to clear out all information in the tbl_data record, except the primary key (str_box) when the user clicks a button.
I would try to keep the records in the same DB, however the Primary Key in tbl_data (str_box) is a needed number for information for the current and old customers, also the old customer's information needs to be kept for 1 year, 1 month and the 1st.
I am spinning my wheels on this one; any help would be greatly appreciated