Hopefully this won't be as complex as I imagine it!
I tried searching but am not sure what keywords to use properly so if this was addressed before, I appologise.
Here's my problem:
I have a table with multiple fields in it. Amongst the fields I have Agent_Name, Call_Date, talk_time, wrap_time, preview_time (there are more but i'm keeping my example simple).
Basically this will record all the calls we receive, the table records the name of the agent who took the call, the date and 3 different time references we use later.
Here's where I'm stuck. I want to build a form that would allow me to search that table. I need to be able for instance to find only the wrap_time for a single agent in the month of may.
The way I imagine this is with a drop down list that shows all available fields in the table. Then another drop down list that shows the agent's names and finaly a list box with 12 months that would allow the user to chose either a single month or multiple months (I know that's a problem in itself).
Right now my main concern is the first combo box, chosing which field to search from that list.
How should I approach this?
N.b. unfortunately I can't alter the orignal table's format as it comes from another system.
thank you in advance!
I tried searching but am not sure what keywords to use properly so if this was addressed before, I appologise.
Here's my problem:
I have a table with multiple fields in it. Amongst the fields I have Agent_Name, Call_Date, talk_time, wrap_time, preview_time (there are more but i'm keeping my example simple).
Basically this will record all the calls we receive, the table records the name of the agent who took the call, the date and 3 different time references we use later.
Here's where I'm stuck. I want to build a form that would allow me to search that table. I need to be able for instance to find only the wrap_time for a single agent in the month of may.
The way I imagine this is with a drop down list that shows all available fields in the table. Then another drop down list that shows the agent's names and finaly a list box with 12 months that would allow the user to chose either a single month or multiple months (I know that's a problem in itself).
Right now my main concern is the first combo box, chosing which field to search from that list.
How should I approach this?
N.b. unfortunately I can't alter the orignal table's format as it comes from another system.
thank you in advance!