Iamrickdeans
Registered User.
- Local time
- Today, 03:02
- Joined
- Apr 8, 2013
- Messages
- 29
Apologies if this doesn't quite fit within the queries area exactly...
I have created a link to a CRM system that we have, and am using access as an interface for a specific task with the data contained within this CRM.
I have written a query that pulls to fields of data together but cannot get the two to calculate.
Within SQL server management studio I use the following query to give me a numerical response.
SELECT PRCPRICE, SUM(CAST(VL2BENEFICIAL AS NUMERIC (20,6)) * CAST(PRCPRICE AS MONEY))) AS HOLDINGVALUE
Access doesn't appear to accept the cast functionality does anyone know how I can perform a similar functionality with access?
Help is appreciated, I am completely confused with this one...
I have created a link to a CRM system that we have, and am using access as an interface for a specific task with the data contained within this CRM.
I have written a query that pulls to fields of data together but cannot get the two to calculate.
Within SQL server management studio I use the following query to give me a numerical response.
SELECT PRCPRICE, SUM(CAST(VL2BENEFICIAL AS NUMERIC (20,6)) * CAST(PRCPRICE AS MONEY))) AS HOLDINGVALUE
Access doesn't appear to accept the cast functionality does anyone know how I can perform a similar functionality with access?
Help is appreciated, I am completely confused with this one...