I'm have a phone call table, which i have made into a form.
I've entered a formula to calculate the duration of the call and this works perfectly on the form, but doesnt get displayed on the phone call table. What do i need to do so the duration calculated also ends up on the table.
There are 2 types of calls (national, international) which both have a different standard cost per minute. The cost per minute is on a seperate table to the phone call table, and i was wondering how i would calculate the cost using the duration and type of call (either national or international). Would I need a query or is there a formula that I can enter into the textbox in the form design view? and if it is a query that is needed, will i be able to do it so the cost enters into the cost textbox, and not in a new window or subform?
or should i just incorporate some VBA into it, and have a command button which, when clicked, will calculate and display the cost of the call in the cost textbox?
I've entered a formula to calculate the duration of the call and this works perfectly on the form, but doesnt get displayed on the phone call table. What do i need to do so the duration calculated also ends up on the table.
There are 2 types of calls (national, international) which both have a different standard cost per minute. The cost per minute is on a seperate table to the phone call table, and i was wondering how i would calculate the cost using the duration and type of call (either national or international). Would I need a query or is there a formula that I can enter into the textbox in the form design view? and if it is a query that is needed, will i be able to do it so the cost enters into the cost textbox, and not in a new window or subform?
or should i just incorporate some VBA into it, and have a command button which, when clicked, will calculate and display the cost of the call in the cost textbox?