Hello All!
I am embarking on a project to re-educate myself from decades old version of access.
Our business is too small to hire outside to create this database, so I've been tasked to do so and welcome ideas, suggestions and any help you'd be willing to throw my way.
Concept:
Creating a db to help manage cases. Specifically, debit card charges disputes.
- DB will be used by 1 person, (occasionally this person's boss wants to see status), and only these 2 people have access on their pcs. The researcher will enter (create) most of the new cases, however all staff are able to and "do" take in the case information (on an excel spreadsheet that is saved to a network share), and supplying different items (attachments) to the case. Need the db to import the sheet so this research person doesn't have to re-enter all cases. Would be a magical gift if the db could save the attachments to the db as well.
- Need the db to automatically pull in the data from the excel spreadsheet, mark the new items as "NEW" (status in db).
- Need the db to auto fire off letter to customer (notification of case opening & next steps- pre written, however will need to calculate total amount of dispute if multiple items)
- Need the db to track aging & to fire off reports/notices/emails according to type of case/charge. One output needs to be a form to automate posting credit to customer's account saving to another network share so the core system can read & credit the account.
- If the total dispute amount is 25.00 or less, I need the db to fire off (or fill in a form in csv format) to credit the customer's account, fire a different letter telling the customer their account is being credited, and the case will be closed, and close the case.
- I also need to fire an automated report if the merchant appears to be hitting a lot of people (the reason I have merchant in their own table).
- As the case ages, I need the case to move to the top of the list of outstanding, with an email to a couple of people that the deadline is 7 days, again on 6 days, again on 5 days....& so on....
- at deadline, need to fire off letter to customer with findings. OR if research has answer prior to deadline, can kick off account closure.
- And finally I need one single data-entry form, where the customer information can be entered (verifying doesn't already exist to avoid duplicates), a datasheet layout for entering the disputed items, merchant, date charged, then total these items. Need the data-entry page to show any previous cases for this customer (closed or still open).
originally, I thought the northwind template would be the best, but due to the additional supplier/products tables & invoicintI'm starting with the Customer Service Template, have modified to include additional tables (account number, debit card number, disputed items, and merchant).
I am sure I'm missing some important points, but can address as needed. I sincerely hope there are some patient guru's out there that would love to help me with this challenge.