Currently, I have a query that performs a Total division on a number for all the month. Like Sum([Tot_calls_by_Month])/([Months_Operational]) I want to create a query that'll ask the user for a specific Month ( I've already got that)but the number that I'd like to divide by is unknown to the user. It differs every month. In addition, some fields might be null, I'll like to exclude those. I want Access to pick the fields that contain data and divide those by x value
Any ideas?
Any ideas?