Access join /calculation not returning correct value

JVID720

New Member
Joined
Jun 11, 2015
Messages
9
Here is my table and my error (Highlited). How come my join is doing this? If there are multiple lines then the calculation doesn't work.

[TABLE="width: 500"]
<tbody>[TR]
[TD]ID
[/TD]
[TD]Line
[/TD]
[TD]CUR
[/TD]
[TD]Amount
[/TD]
[TD]Amount US (CALCULATION)
[/TD]
[TD]FX Rate
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]A
[/TD]
[TD]GPD[/TD]
[TD]100
[/TD]
[TD]150
[/TD]
[TD]1.5
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]A
[/TD]
[TD]GPD
[/TD]
[TD]100
[/TD]
[TD]150[/TD]
[TD]1.5
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]B
[/TD]
[TD]GPD
[/TD]
[TD]500
[/TD]
[TD]0:crash:
[/TD]
[TD]1.5
[/TD]
[/TR]
</tbody>[/TABLE]


Thanks
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
I think we need more detail.

How many tables are involved?
How are they "joined" (you mentioned "join")? Posting the SQL code of your query may help.
What is the formula you are using for your calculation?
 
Upvote 0

Forum statistics

Threads
1,223,630
Messages
6,173,456
Members
452,514
Latest member
cjkelly15

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top