Hi,
I wonder if you can help me with my issue.
Scenario:
I have 2 tables Jobs and Projects. The relationship between them is N:1 (many jobs to 1 project) through a column called Project code in the Jobs table. This field lets the user select the project code.
I have a Column in the Projects table called "Project Rate", which is of type Currency.
In the Jobs table, I have a column called "Number of Hours", which is of type Whole Number
What I would like to achieve:
I would like to create a calculated column that calculates the Cost of that job = Number of hours * Rate.
I tried creating a calculated field of type currency with the following condition, however the result is blank.

(Amount = Name of Column, NumberOfHours = Whole Number column, CostCentreCode = Name of relationship field where it lets user search for Project Number, Hourly Rate = the Project Rate)
I then tried to create a simple column in the Jobs table, to 'import' the Project Rate, and have it in a column in the Jobs table, but had the same result, blank
Do you have any what the issue might be please ?