I finally figured out how to make it possible to enter the length of time for a call (by changing the data type to text and putting a mask of 00:00:00 on it)... now my problem is that I can't figure out how to run my queries and reports with that information.
This is for a call center and the length of call is already calculated for us in another system so all we need is to enter that into the database.
calls will probably never be more than 15 min in length but I wanted to have the "off chance" ability in the database.
I want to be able to run reports to guage performance based on call lengths.
when I run my queries with the criteria searching for calls greater than 7 minutes long >"00:06:59"
I get all calls regardless of length...
When I run it for calls less than 7 minutes long <"00:07:00"
I get a return without any results
I've tried adding # in front and after the number >"#00:06:59#" and return the same results
I have the input mask on the Query as well.
any thoughts?
I am teaching myself access so unfortunetly I need lots of help and any you are able to provide will be greatly appreciated.
Michael
This is for a call center and the length of call is already calculated for us in another system so all we need is to enter that into the database.
calls will probably never be more than 15 min in length but I wanted to have the "off chance" ability in the database.
I want to be able to run reports to guage performance based on call lengths.
when I run my queries with the criteria searching for calls greater than 7 minutes long >"00:06:59"
I get all calls regardless of length...
When I run it for calls less than 7 minutes long <"00:07:00"
I get a return without any results
I've tried adding # in front and after the number >"#00:06:59#" and return the same results
I have the input mask on the Query as well.
any thoughts?
I am teaching myself access so unfortunetly I need lots of help and any you are able to provide will be greatly appreciated.
Michael