Kemidan2014
Board Regular
- Joined
- Apr 4, 2022
- Messages
- 229
- Office Version
- 365
- Platform
- Windows
Good Afternoon, Long time Reader, first time Poster,
Any who We are wanting to exit using MS Access to maintain a Database of Customer Complaints because 1) the amount of data we need is with in Excels limit 2) we no longer have an Access "Guru" and we can not afford the time to have someone learn it.
I have a master spread sheet that we keep in a safe location that we download and update as we get new complaints
My Excel "data base" is using this master sheet to pull the information so since this file wont be overwritten but the master will be.
For the sake of prebuilding this file it is just called "Sheet1"
I have 22 columns of data that we pull from the master sheet. What I would like to do is tie a button to a macro that will put into "Sheet 2" and when i click it it will Copy and pastespecial as values all rows that contain only Column 4 for a specified value (a supplier code) and Column 6 that does NOT have certain values (this is an overall status, Closed, cancelled, open waiting on what ever step) which has like 15 different states
Idea is this button will be a simple "update" button because the additional sheets will be for us to view which complaints are open while the first sheet maintains rolling history which we do NOT want to filter.
I appreciate any coding help you anyone can share.
Any who We are wanting to exit using MS Access to maintain a Database of Customer Complaints because 1) the amount of data we need is with in Excels limit 2) we no longer have an Access "Guru" and we can not afford the time to have someone learn it.
I have a master spread sheet that we keep in a safe location that we download and update as we get new complaints
My Excel "data base" is using this master sheet to pull the information so since this file wont be overwritten but the master will be.
For the sake of prebuilding this file it is just called "Sheet1"
I have 22 columns of data that we pull from the master sheet. What I would like to do is tie a button to a macro that will put into "Sheet 2" and when i click it it will Copy and pastespecial as values all rows that contain only Column 4 for a specified value (a supplier code) and Column 6 that does NOT have certain values (this is an overall status, Closed, cancelled, open waiting on what ever step) which has like 15 different states
Idea is this button will be a simple "update" button because the additional sheets will be for us to view which complaints are open while the first sheet maintains rolling history which we do NOT want to filter.
I appreciate any coding help you anyone can share.