I have a date range - start date and ending date, which i have now got the number of days between them and now i need to multiply the number of days by the cost.
The problem is the cost is in a different table and when i do: days*availablerooms::Cost
nothing happens.
How can i do a calculation accross multiple tables??
any help would be much appreciated.