I have a function...
fGetCost([Date],[Time],[Duration])
This function results in indicating a Cost according to Date, Time and Duration.
I need to update ALL RECORDS using this function.
Is there a way of applying this function using update query to update all records in my table?
fGetCost([Date],[Time],[Duration])
This function results in indicating a Cost according to Date, Time and Duration.
I need to update ALL RECORDS using this function.
Is there a way of applying this function using update query to update all records in my table?