Hi All,
What I am trying to accomplish is run a Query that compares the current amount of sales that person has sold against the number of sales they should be selling i.e. their target, in a specific week. The query is working up to the point of pulling back the actual sales and the , but what I now need to do is to compare the Actual sales of a person against the Target (SalesMade/Target=result). Depending on the result I want to give that person a point/s and add it to a new table i.e. tblSalesScore. I’m not sure if this can be done via query(I don’t think it can). Any information on how to do this via queries or via VBA would be excellent.
What I am trying to accomplish is run a Query that compares the current amount of sales that person has sold against the number of sales they should be selling i.e. their target, in a specific week. The query is working up to the point of pulling back the actual sales and the , but what I now need to do is to compare the Actual sales of a person against the Target (SalesMade/Target=result). Depending on the result I want to give that person a point/s and add it to a new table i.e. tblSalesScore. I’m not sure if this can be done via query(I don’t think it can). Any information on how to do this via queries or via VBA would be excellent.