I have 2 data imports from excel.
I have a union query that correctly sums the data [ImportAP].[Amount in Local Curr] and [ImportAR].[ExpectedAmontAR] (its groups and shows the balance between these two fields) but now I need to add a separate sum that shows the sum for [ImportAP].[Amount in Local Curr] and [ImportAR].[ExpectedAmontAR] ...basically showing the amounts the query uses to arrive at the sum balance. I would need to extra columns to show the separate amounts of ImportAP].[Amount in Local Curr] and [ImportAR].[ExpectedAmontAR] and I do have these columns in the query I made but the amounts dont appear. I think you will see where I went wrong once you open the query entitled "doesnt work".
I have attached a file with the 2 separate imports from excel and the query that correctly sums and the one I have made to sum the separate amounts as described above.
nice. very nice. dummy column gotcha again. SA is interesting. Not much to do so all i do is work. :)
Microsoft Access
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.
ASKER