I am using your teaching but a little different. I am building a call center that I am using breakdowns instead of customers. I may get 1000+ new customers a month "breakdowns" 30-40 a day. I have start times, end times, vendor contacts. How can I find to update the breakdowns "customers" that are currently open not having to go through open and closed calls? Thank you for your teachings you are great at what you do. I have completed access beginner 1 and 2 twice and starting excel this weekend. You have gained my interest into learning.
Kevin Yip
@Reply 3 years ago
You may use a Yes/No field to indicate if a case is closed or still open. Then a simple query would help you find cases that are open or closed: SELECT * FROM Cases WHERE IsOpen=True. You need to deal with cases, not customers, because a customer could have multiple cases open at the same time, if necessary. You may even have one case that involves multiple customers, if that is necessary for you. I'm assuming you have a customer support system or something of that nature. If may help if each case would have a "priority value" so you could break down the cases further into more urgent cases and less urgent ones. For instance, cases that remain open for the longest time may have higher priority.
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Visitor Forum.